blob: 4b4385be74d6299ddbd273bae5ae46c767d47239 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Netli Configuration library (NCNF) is the module for C applications to
efficiently read and use the configuration file contents. NCNF converts
the on-disk configuration file structure to the memory-based tree of
configuration objects. Basic NCNF API does not make a distinction
between different types of configuration objects. However, there are a
couple of additional functions present to ease the use of certain types
of configuration objects.
WWW: http://sourceforge.net/projects/ncnf
|