LAR Library
1.14
|
ini.h
Go to the documentation of this file.
char *(* iniLineReader_t)(void *p, char *line, int maxline)
Signature of function used by iniParseLines() to read next line from input file.
Definition: ini.h:139
int iniParseString(iniElement_t elements[], const char *contents)
Process a previously INI file loaded in memory.
int iniParse(iniElement_t elements[], const char *fileName)
Process the given INI file and calls handler functions according to the element table given...
void * param
An optional user-defined parameter that is not touched by the iniParse() function.
Definition: ini.h:123
int iniParseLines(iniElement_t elements[], iniLineReader_t readLine, void *p)
Process the lines of an INI file returned from repeated calls to readLine.
Larlib basic definitions.
int(* handler)(iniElement_t *ini, const char *group, const char *key, const char *value)
Function that must be called to handle this element.
Definition: ini.h:116
Generated on Mon Mar 27 2017 15:42:52 for LAR Library by 1.8.9.1