Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 469 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 469 Bytes

Simple User Configuration Library

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.

Features

  • Follows XDG standards for locating config file.
  • Simple human-readable key-value pair text config file format.
  • Supports integer, float, and string values.