LogSystem beta 1.4
This is a logging system project
 
载入中...
搜索中...
未找到
ini.h 文件参考
#include <stdio.h>
ini.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#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)
 

宏定义说明

◆ INI_ALLOW_BOM

#define INI_ALLOW_BOM   1

◆ INI_ALLOW_MULTILINE

#define INI_ALLOW_MULTILINE   1

◆ INI_MAX_LINE

#define INI_MAX_LINE   200

◆ INI_STOP_ON_FIRST_ERROR

#define INI_STOP_ON_FIRST_ERROR   0

◆ INI_USE_STACK

#define INI_USE_STACK   1

函数说明

◆ ini_parse()

int ini_parse ( const char *  filename,
int(*)(void *user, const char *section, const char *name, const char *value)  handler,
void *  user 
)

◆ ini_parse_file()

int ini_parse_file ( FILE *  file,
int(*)(void *user, const char *section, const char *name, const char *value)  handler,
void *  user 
)