We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fa481 commit c615fb6Copy full SHA for c615fb6
README.md
@@ -1,7 +1,6 @@
1
# minIni
2
-minIni is a portable and configurable library for reading and writing ".INI" files. At 830 lines of commented source
3
-code
4
-(version 1.2), minIni truly is a "mini" INI file parser, especially considering its features.
+minIni is a portable and configurable library for reading and writing ".INI" files. At just below 900 lines of commented source
+code, minIni truly is a "mini" INI file parser, especially considering its features.
5
6
The library does not require the file I/O functions from the standard C/C++ library, but instead lets you configure
7
the file I/O interface to use via macros. minIni uses limited stack space and does not use dynamic memory (malloc and
0 commit comments