Description
Provides a standalone INI file parsing library written in portable ANSI C. INI files are simple configuration files made of sections, keys, and values.
It is useful for C applications, embedded tools, configuration readers, tests, and projects that need a small dependency. Applications should validate parsed values because INI syntax only describes text, not business rules.