#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "FBLib_ini.h"
#include "libFireBird.h"
Go to the source code of this file.
Functions | |
dword | INIGetHexDWord (char *Key, dword DefaultValue, dword MinValue, dword MaxValue) |
dword INIGetHexDWord | ( | char * | Key, |
dword | DefaultValue, | ||
dword | MinValue, | ||
dword | MaxValue | ||
) |
Definition at line 7 of file INIGetHexDWord.c.
References INIFindStartEnd(), TRACEENTER, and TRACEEXIT.