LAR Library
1.14
|
ini.h File Reference
Read/parsing of MS-like INI files. More...
#include <larlib/base.h>
Go to the source code of this file.
Data Structures | |
struct | iniElement_t |
Descriptor of elements allowed in an INI file. More... | |
Typedefs | |
typedef char *(* | iniLineReader_t) (void *p, char *line, int maxline) |
Signature of function used by iniParseLines() to read next line from input file. More... | |
Functions | |
int | iniParse (iniElement_t elements[], const char *fileName) |
Process the given INI file and calls handler functions according to the element table given. More... | |
int | iniParseString (iniElement_t elements[], const char *contents) |
Process a previously INI file loaded in memory. More... | |
int | iniParseLines (iniElement_t elements[], iniLineReader_t readLine, void *p) |
Process the lines of an INI file returned from repeated calls to readLine . More... | |
Detailed Description
Read/parsing of MS-like INI files.
Generated on Mon Mar 27 2017 15:42:52 for LAR Library by
