FireBirdLib - Topfield TMS PVR TAP Programming Library
Appl_GetIsExternal.c
Go to the documentation of this file.
1#include "libFireBird.h"
2
4{
6
7 bool(*__Appl_GetIsExternal)(void);
8 bool ret = FALSE;
9
10 __Appl_GetIsExternal = (void*)FIS_fwAppl_GetIsExternal();
11 if(__Appl_GetIsExternal) ret = __Appl_GetIsExternal();
12
13 TRACEEXIT();
14 return ret;
15}
bool Appl_GetIsExternal(void)
#define bool
Definition: ELF.h:26
dword FIS_fwAppl_GetIsExternal(void)
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243