/easyconf

Lightweight C library to manage simple configuration files

Primary LanguageCGNU General Public License v3.0GPL-3.0

easyconf

Build and run unit tests GitHub license

This is a simple C library to handle very simple configuration files

Building the project

git clone https://github.com/hoot-w00t/easyconf
cd easyconf
mkdir build && cd build
cmake ..
make