34 int (*handler)(
void* user,
const char* section,
35 const char* name,
const char* value),
41 int (*handler)(
void* user,
const char* section,
42 const char* name,
const char* value),
48#ifndef INI_ALLOW_MULTILINE
49#define INI_ALLOW_MULTILINE 1
55#define INI_ALLOW_BOM 1
60#define INI_USE_STACK 1
64#ifndef INI_STOP_ON_FIRST_ERROR
65#define INI_STOP_ON_FIRST_ERROR 0
70#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)