1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-02-05 07:08:23 +08:00

4 Commits

Author SHA1 Message Date
girish joshi
b195a45a99
Freed memory before exiting in examples/ini_example.c (#95) 2020-02-01 20:24:41 +13:00
benhoyt@gmail.com
4de5b3ca6b Fixed issue 20: Replaced use of non-portable stricmp() in examples with strcmp(). 2012-08-26 21:27:06 +00:00
benhoyt
40de3a7f8d Per issue 13, return error status from handler() in example. 2011-10-29 17:20:11 +00:00
benhoyt
4d08274b35 Moved examples to their own examples/ dir.
Only define INI_ALLOW_MULTILINE if it's not already defined.
Added C++ INIReader class.
Moved license into LICENSE.txt, added README.txt.
Added unit tests and checked in baseline files.
Made line lengths < 80 chars.
2009-08-20 21:59:32 +00:00