#include <tinyara/config.h>
Go to the source code of this file.
◆ EXTERN
◆ INIHANDLE
◆ inifile_free_string()
void inifile_free_string |
( |
FAR char * |
value | ) |
|
◆ inifile_initialize()
INIHANDLE inifile_initialize |
( |
FAR const char * |
inifile_name | ) |
|
◆ inifile_read_integer()
long inifile_read_integer |
( |
INIHANDLE |
handle, |
|
|
FAR const char * |
section, |
|
|
FAR const char * |
variable, |
|
|
FAR long |
defvalue |
|
) |
| |
◆ inifile_read_string()
FAR char* inifile_read_string |
( |
INIHANDLE |
handle, |
|
|
FAR const char * |
section, |
|
|
FAR const char * |
variable, |
|
|
FAR const char * |
defvalue |
|
) |
| |
◆ inifile_uninitialize()
void inifile_uninitialize |
( |
INIHANDLE |
handle | ) |
|