|
| static void | deleteStringKeyedArray (WDL_StringKeyedArray< char * > *p) |
| static time_t | getfileupdtimesize (const char *fn, int *szOut) |
| static bool | fgets_to_typedbuf (WDL_TypedBuf< char > *buf, FILE *fp) |
| static iniFileContext * | GetFileContext (const char *name) |
| static void | WriteBackFile (iniFileContext *ctx) |
| BOOL | WritePrivateProfileSection (const char *appname, const char *strings, const char *fn) |
| BOOL | WritePrivateProfileString (const char *appname, const char *keyname, const char *val, const char *fn) |
| static void | lstrcpyn_trimmed (char *dest, const char *src, int len) |
| DWORD | GetPrivateProfileSection (const char *appname, char *strout, DWORD strout_len, const char *fn) |
| DWORD | GetPrivateProfileString (const char *appname, const char *keyname, const char *def, char *ret, int retsize, const char *fn) |
| int | GetPrivateProfileInt (const char *appname, const char *keyname, int def, const char *fn) |
| static bool | __readbyte (char *src, unsigned char *out) |
| BOOL | GetPrivateProfileStruct (const char *appname, const char *keyname, void *buf, int bufsz, const char *fn) |
| BOOL | WritePrivateProfileStruct (const char *appname, const char *keyname, const void *buf, int bufsz, const char *fn) |