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