6 lines
323 B
Text
6 lines
323 B
Text
iniParser is a simple C library offering ini file parsing services.
|
|
The library is pretty small (less than 1500 lines of C) and robust, and
|
|
does not depend on any other external library to compile. It is written
|
|
in ANSI C and should compile on most platforms without difficulty.
|
|
|
|
WWW: https://github.com/ndevilla/iniparser
|