|
hl7parse
|
key value pair of an ini file, delimited by = This structure defines a key/value pair of an ini file
More...
#include <ini.h>
Public Attributes | |
| int | start |
| int | end |
| char * | name |
| char * | value |
key value pair of an ini file, delimited by = This structure defines a key/value pair of an ini file
| int ini_item_t::end |
end position in file
| char* ini_item_t::name |
key
| int ini_item_t::start |
start position in file
| char* ini_item_t::value |
value
1.8.13