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