#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 | |
byte | INIGetHexByte (char *Key, byte DefaultValue, byte MinValue, byte MaxValue) |
byte INIGetHexByte | ( | char * | Key, |
byte | DefaultValue, | ||
byte | MinValue, | ||
byte | MaxValue | ||
) |
Definition at line 7 of file INIGetHexByte.c.
References INIFindStartEnd(), TRACEENTER, and TRACEEXIT.