The Configuration File Library  0.2.0
Todo List
Global conf_init (FILE *, int)
Improvements are possible and planned:
  • some adjustment on arguments to table_new() is necessary.
Global conf_init (FILE *, int)
Improvements are possible and planned:
  • some adjustment on arguments to table_new() is necessary.
Global conf_preset (const conf_t *, int)
Improvements are possible and planned:
  • some adjustment on arguments to table_new() is necessary;
  • considering changes to the format of a configuration file as a program to accept it is upgraded, making it a recoverable error to encounter a non-preset section or variable name would be useful; this enables an old version of the program to accept a new configuration file with diagnostics.
Global conf_preset (const conf_t *, int)
Improvements are possible and planned:
  • some adjustment on arguments to table_new() is necessary;
  • considering changes to the format of a configuration file as a program to accept it is upgraded, making it a recoverable error to encounter a non-preset section or variable name would be useful; this enables an old version of the program to accept a new configuration file with diagnostics.
Global conf_set (const char *, const char *)
Improvements are possible and planned:
  • some adjustment on arguments to table_new() is necessary.
Global conf_set (const char *, const char *)
Improvements are possible and planned:
  • some adjustment on arguments to table_new() is necessary.
 All Data Structures Files Functions Variables Enumerator