LogSystem beta 1.4
This is a logging system project
 
载入中...
搜索中...
未找到
ini.c 文件参考
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include "ini.h"
ini.c 的引用(Include)关系图:

宏定义

#define MAX_SECTION   50
 
#define MAX_NAME   50
 

函数

static char * rstrip (char *s)
 
static char * lskip (const char *s)
 
static char * find_char_or_comment (const char *s, char c)
 
static char * strncpy0 (char *dest, const char *src, size_t size)
 
int ini_parse_file (FILE *file, int(*handler)(void *, const char *, const char *, const char *), void *user)
 
int ini_parse (const char *filename, int(*handler)(void *, const char *, const char *, const char *), void *user)
 

宏定义说明

◆ MAX_NAME

#define MAX_NAME   50

◆ MAX_SECTION

#define MAX_SECTION   50

函数说明

◆ find_char_or_comment()

static char * find_char_or_comment ( const char *  s,
char  c 
)
static
这是这个函数的调用关系图:

◆ ini_parse()

int ini_parse ( const char *  filename,
int(*)(void *, const char *, const char *, const char *)  handler,
void *  user 
)
函数调用图:
这是这个函数的调用关系图:

◆ ini_parse_file()

int ini_parse_file ( FILE *  file,
int(*)(void *, const char *, const char *, const char *)  handler,
void *  user 
)
函数调用图:
这是这个函数的调用关系图:

◆ lskip()

static char * lskip ( const char *  s)
static
这是这个函数的调用关系图:

◆ rstrip()

static char * rstrip ( char *  s)
static
这是这个函数的调用关系图:

◆ strncpy0()

static char * strncpy0 ( char *  dest,
const char *  src,
size_t  size 
)
static
这是这个函数的调用关系图: