A small library for adding simple user configuration to a C program. Tries to follow xdg standards for config file location. The configuration file is not intended to be editable (although it could be), but simply a place to store key-value pairs.
- Follows XDG standards for locating config file.
- Simple human-readable key-value pair text config file format.
- Supports integer, float, and string values.