A lightweight, dependency-free INI file parser written in C.
This library provides simple functions for loading INI configuration files and retrieving values by section and key.
- ✔️ Pure C (C89/C99 compatible)
- ✔️ Zero external dependencies
- ✔️ Supports sections, keys, and comments
- ✔️ Handles whitespace and inline comments
- ✔️ Simple API for fetching strings, integers, booleans, and floats
- ✔️ Small and easy to embed into any project
[database]
host = localhost
port = 5432
[logging]
level = info
enabled = true