libconfini

A lightweight INI file parser library for C applications

brewmacoslinux
Try with needOr install directly
Source

About

Yet another INI parser

Commands

libconfini

Examples

Parse an INI configuration file and extract values$ libconfini parse config.ini
Validate INI file syntax for errors$ libconfini validate config.ini
Display INI file structure and sections$ libconfini dump config.ini