#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 | |
long int | INIGetInt (char *Key, long int DefaultValue, long int MinValue, long int MaxValue) |
long int INIGetInt | ( | char * | Key, |
long int | DefaultValue, | ||
long int | MinValue, | ||
long int | MaxValue | ||
) |
Definition at line 7 of file INIGetInt.c.
References INIFindStartEnd(), TRACEENTER, and TRACEEXIT.
Referenced by CrashCheck_Startup().