|
libcmutils 0.6.5
Multi-platform C99 utility library
|
Data Structures | |
| struct | CMUTIL_Config |
| Configuration management object. More... | |
Functions | |
| CMUTIL_Config * | CMUTIL_ConfigCreate (void) |
| Create a new empty configuration object. | |
| CMUTIL_Config * | CMUTIL_ConfigLoad (const char *fconf) |
| Load a configuration from a file. | |
| CMUTIL_Config * CMUTIL_ConfigCreate | ( | void | ) |
Create a new empty configuration object.
| CMUTIL_Config * CMUTIL_ConfigLoad | ( | const char * | fconf | ) |
Load a configuration from a file.
| fconf | The file path of the configuration file to load. |