iniparser 4.1 Simple .ini configuration file parsing library

The iniParser C library reads and writes Windows-style .ini configuration files. These are simple text files with a basic structure composed of sections, properties, and values. While not expressive, they are easy to read, write, and modify.

The library is small, thread safe, and written in portable ANSI C with no external dependencies.