Go to the documentation of this file.
26 #ifndef CONFIG_H_INCLUDED
27 #define CONFIG_H_INCLUDED
35 #define CFG_APME_INI "apme.ini"
38 #define CFG_SEC_APP "apme"
46 extern bool cfg_set_string(
char *section,
char *name,
char *value);
47 extern bool cfg_set_int(
char *section,
char *key,
int value);
48 extern bool cfg_get_string(
char *section,
char *name,
char *value,
size_t valuesz);