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