blob: bcbc6861407e82c23250a28c6539e362b1b43bf3 (
plain) (
blame)
1
2
3
4
5
6
7
|
OSSP cfg is a ISO-C library for parsing arbitrary C/C++-style configuration
files. A configuration is sequence of directives. Each directive consists of
zero or more tokens. Each token can be either a string or again a complete
sequence. This means the configuration syntax has a recursive structure and
this way allows to create configurations with arbitrarily nested sections.
WWW: http://www.ossp.org/pkg/lib/cfg/
|