989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
7 lines
419 B
Text
7 lines
419 B
Text
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/
|