diff --git a/README.md b/README.md index 6ab35a3f8458eb0dd5e67035713b3057d196d9a9..a16e5003e6d17f84a1529d3c27f859f25bc53675 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Configuration *Configuration files, INI files* +* [inifile-cpp](https://github.com/Rookfighter/inifile-cpp) - A header-only and easy to use Ini file parser for C++. [MIT] * [inih](https://github.com/benhoyt/inih) - Simple .INI file parser in C, good for embedded systems. [BSD-3-Clause] * [inih](https://github.com/jtilly/inih) - Single header only C++ version of [inih](https://github.com/benhoyt/inih). [BSD-3-Clause] * [iniparser](https://github.com/ndevilla/iniparser) - INI file parser. [MIT]