#include <stdio.h>
Go to the source code of this file.
|
typedef int(* | ini_handler) (void *user, const char *section, const char *name, const char *value) |
|
typedef char *(* | ini_reader) (char *str, int num, void *stream) |
|
◆ INI_ALLOW_BOM
◆ INI_ALLOW_INLINE_COMMENTS
#define INI_ALLOW_INLINE_COMMENTS 1 |
◆ INI_ALLOW_MULTILINE
#define INI_ALLOW_MULTILINE 1 |
◆ INI_HANDLER_LINENO
#define INI_HANDLER_LINENO 0 |
◆ INI_INLINE_COMMENT_PREFIXES
#define INI_INLINE_COMMENT_PREFIXES ";" |
◆ INI_MAX_LINE
◆ INI_STOP_ON_FIRST_ERROR
#define INI_STOP_ON_FIRST_ERROR 0 |
◆ INI_USE_STACK
◆ ini_handler
typedef int(* ini_handler) (void *user, const char *section, const char *name, const char *value) |
◆ ini_reader
typedef char*(* ini_reader) (char *str, int num, void *stream) |
◆ ini_parse()
int ini_parse |
( |
const char * |
filename, |
|
|
ini_handler |
handler, |
|
|
void * |
user |
|
) |
| |
◆ ini_parse_file()
int ini_parse_file |
( |
FILE * |
file, |
|
|
ini_handler |
handler, |
|
|
void * |
user |
|
) |
| |
◆ ini_parse_stream()