53 #ifndef __APPS_INCLUDE_INIFILE_H 54 #define __APPS_INCLUDE_INIFILE_H 60 #include <tinyara/config.h> 78 #define EXTERN extern "C" long inifile_read_integer(INIHANDLE handle, FAR const char *section, FAR const char *variable, FAR long defvalue)
void inifile_free_string(FAR char *value)
INIHANDLE inifile_initialize(FAR const char *inifile_name)
void inifile_uninitialize(INIHANDLE handle)
FAR char * inifile_read_string(INIHANDLE handle, FAR const char *section, FAR const char *variable, FAR const char *defvalue)