mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
10 lines
495 B
Plaintext
10 lines
495 B
Plaintext
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/
|