Go to the source code of this file.
Macros | |
#define | CFG_APME_INI "apme.ini" |
#define | CFG_SEC_APP "apme" |
#define | CFG_KEYSZ 256 |
Functions | |
bool | cfg_init (void) |
bool | cfg_load (void) |
bool | cfg_store (void) |
bool | cfg_set_string (char *section, char *name, char *value) |
bool | cfg_set_int (char *section, char *name, int value) |
bool | cfg_get_string (char *section, char *name, char *value, size_t valuesz) |
void | cfg_periodic (void) |