blob: 28e3ce0b39b5a5dc5e6c3b5a0008068e5731376b (
plain)
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: https://sourceforge.net/projects/ncnf/
|