#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 | |
bool | INIGetRGB (char *Key, byte *Red, byte *Green, byte *Blue, dword DefaultValue) |
bool INIGetRGB | ( | char * | Key, |
byte * | Red, | ||
byte * | Green, | ||
byte * | Blue, | ||
dword | DefaultValue | ||
) |
Definition at line 9 of file INIGetRGB.c.
References B1555, G1555, INIFindStartEnd(), ParseLine(), R1555, TRACEENTER, and TRACEEXIT.