Download List

Projeto Descrição

libConfuse is a configuration file parser library
written in C. It's goal is to be easy to use and
quick to integrate into existing code. 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-05-23 13:39 Back to release list
2.3

Esta versão fixa compilação erros que ocorreram quando usar o gcc 2.95. Ele também copia as opções struct passada para cfg_init, portanto, não há mais qualquer necessidade de declarar as opções estática.
Tags: Minor bugfixes
This release fixed compilation errors that occurred
when using GCC 2.95. It also copies the options
struct passed to cfg_init, so there is no longer any
need to declare the options static.

Project Resources