Single-header config parser library
| conf.h | Initial commit | |
| example | Initial commit | |
| example.c | Initial commit | |
| example.conf | Initial commit | |
| LICENSE | Initial commit | |
| main.c | Initial commit | |
| Makefile | Initial commit | |
| readme.md | Initial commit | |
conf.h
Very simple and fast single-header config parser.
Config format:
[section]
key = value
For usage example see example.c