FireBirdLib - Topfield TMS PVR TAP Programming Library
ezxml_parse_str.c
Go to the documentation of this file.
1
#include "
libFireBird.h
"
2
3
ezxml_t
ezxml_parse_str
(
char
*s,
size_t
len)
4
{
5
TRACEENTER
();
6
7
ezxml_t
(*__ezxml_parse_str)(
char
*, size_t);
8
ezxml_t
ret = 0;
9
10
__ezxml_parse_str = (
void
*)
FIS_fwezxml_parse_str
();
11
if
(__ezxml_parse_str)
12
{
13
//call the function
14
ret = __ezxml_parse_str(s, len);
15
}
16
17
TRACEEXIT
();
18
return
ret;
19
}
FIS_fwezxml_parse_str
dword FIS_fwezxml_parse_str(void)
Definition:
FIS_fwezxml_parse_str.c:3
ezxml_parse_str
ezxml_t ezxml_parse_str(char *s, size_t len)
Definition:
ezxml_parse_str.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_str.c
Generated on Fri Apr 29 2022 13:34:01 for FireBirdLib - Topfield TMS PVR TAP Programming Library by
1.9.3