libconfuse0

Library for parsing configuration files
  http://www.nongnu.org/confuse/
  0
  no reviews



Libconfuse is a configuration file parser library written in c. it supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements).

it makes it very easy to add configuration file capability to a program using a simple api.