Skip to content

A lightweight and simple configuration file parsing library in C

License

Notifications You must be signed in to change notification settings

alcubierre-drive/libsimpleconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsimpleconf

A lightweight and simple configuration file parsing library in C

It parses basic ini-style configuration files that follow the format

key1=value1
key2=value2
...

The values can be of type char*, float, int and bool. There is an example of how to use the parser in the header file, libsimpleconf.h.

About

A lightweight and simple configuration file parsing library in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published