Back to home

C-Util

Common Utility Libraries for C11

c-ini

Repository:
@GitHub
Issue-Tracker:
@GitHub
Documentation:
c-ini.h
Licenses:
  • Apache Software License 2.0
  • Lesser General Public License 2.1+

The c-ini project implements APIs to deal with ini-files. Different formats can be supported, but all share common ini-file properties, mainly that they are human-readable, grouped key-value pairs.

Example

WIP