#include <stdio.h>
宏定义 | |
#define | INI_ALLOW_MULTILINE 1 |
#define | INI_ALLOW_BOM 1 |
#define | INI_USE_STACK 1 |
#define | INI_STOP_ON_FIRST_ERROR 0 |
#define | INI_MAX_LINE 200 |
函数 | |
int | ini_parse (const char *filename, int(*handler)(void *user, const char *section, const char *name, const char *value), void *user) |
int | ini_parse_file (FILE *file, int(*handler)(void *user, const char *section, const char *name, const char *value), void *user) |
#define INI_ALLOW_BOM 1 |
#define INI_ALLOW_MULTILINE 1 |
#define INI_MAX_LINE 200 |
#define INI_STOP_ON_FIRST_ERROR 0 |
#define INI_USE_STACK 1 |
int ini_parse | ( | const char * | filename, |
int(*)(void *user, const char *section, const char *name, const char *value) | handler, | ||
void * | user | ||
) |
int ini_parse_file | ( | FILE * | file, |
int(*)(void *user, const char *section, const char *name, const char *value) | handler, | ||
void * | user | ||
) |