FireBirdLib - Topfield TMS PVR TAP Programming Library
FIS_fwezxml_parse_file.c
Go to the documentation of this file.
1#include "libFireBird.h"
2
3inline dword FIS_fwezxml_parse_file(void)
4{
6
7 static dword _ezxml_parse_file = 0;
8
9 if (!_ezxml_parse_file)
10 _ezxml_parse_file = TryResolve("ezxml_parse_file");
11
12 TRACEEXIT();
13 return _ezxml_parse_file;
14}
dword FIS_fwezxml_parse_file(void)
dword TryResolve(char *Function)
Definition: TryResolve.c:5
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243