FireBirdLib - Topfield TMS PVR TAP Programming Library
ezxml_parse_file.c
Go to the documentation of this file.
1
#include "
libFireBird.h
"
2
3
ezxml_t
ezxml_parse_file
(
const
char
*file)
4
{
5
TRACEENTER
();
6
7
ezxml_t
(*__ezxml_parse_file)(
const
char
*);
8
ezxml_t
ret = 0;
9
10
__ezxml_parse_file = (
void
*)
FIS_fwezxml_parse_file
();
11
if
(__ezxml_parse_file)
12
{
13
//call the function
14
ret = __ezxml_parse_file(file);
15
}
16
17
TRACEEXIT
();
18
return
ret;
19
}
FIS_fwezxml_parse_file
dword FIS_fwezxml_parse_file(void)
Definition:
FIS_fwezxml_parse_file.c:3
ezxml_parse_file
ezxml_t ezxml_parse_file(const char *file)
Definition:
ezxml_parse_file.c:3
libFireBird.h
TRACEEXIT
#define TRACEEXIT()
Definition:
libFireBird.h:1244
TRACEENTER
#define TRACEENTER()
Definition:
libFireBird.h:1243
ezxml_t
struct ezxml * ezxml_t
Definition:
libFireBird.h:1389
ezxml
Definition:
libFireBird.h:1392
Firmware
ezxml_parse_file.c
Generated on Fri Apr 29 2022 13:34:01 for FireBirdLib - Topfield TMS PVR TAP Programming Library by
1.9.3