#include "uniconf.h"
#include "uniconfroot.h"
Go to the source code of this file.
Functions | |
uniconf_t | uniconf_init (const char *_moniker) |
void | uniconf_free (uniconf_t _uniconf) |
const char * | uniconf_get (uniconf_t _uniconf, const char *_key) |
void | uniconf_set (uniconf_t _uniconf, const char *_key, const char *_value) |
|
Definition at line 17 of file uniconf_c.cc. References uniconf_t. Referenced by main(). |
|
Definition at line 25 of file uniconf_c.cc. References uniconf_t. Referenced by main(). |
|
Definition at line 11 of file uniconf_c.cc. References uniconf_t. Referenced by main(). |
|
Definition at line 33 of file uniconf_c.cc. References uniconf_t. Referenced by main(). |