Introduction
Configuration files are very common on non trivial programs to store information about parameters or whatever else. The syntax of most configuration files are like this:
#---- begin configuration file ----
my_key0 = value0
# This is a comment
my_key1 = value1
anotherkey=other value
random = one_more_value
#---- end configuration file ----
libconffile provides functions to handle with these files. You can create, load and save configuration files from your application, and read them in a easy way. For more information, see the documentation section.
News
- 30/08/2008
First version released!
History
The first release of libconffile was written in 1 day, compiled and tested on Linux and Opensolaris 10. Since was written in C ANSI, should be work on many platforms.
Feedback
Feedbacks from users are realy important. Let me known about your sugestions, critics, and so on. You can contact me at rene@renesp.com.br