Configuration file handling functions.General utility functions for reading and searching configuration files. More...
Detailed DescriptionGeneral utility functions for reading and searching configuration files.
Function Documentation
This function initializes a configuration file structure. It should be the first function called with the given list structure.
This function initializes a configuration file structure using an existing context. This is more efficient then the default initialization which creates a new context.
This function reads the contents of a configuration file into a configuration structure.
This function destroys an existing in-memory configuration structure.
This function prints the contents of an in-memory configuration structure.
|