mirror of
https://github.com/benhoyt/inih.git
synced 2025-02-05 07:08:23 +08:00
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.
5 lines
45 B
INI
5 lines
45 B
INI
[section]
|
|
a = b
|
|
user = parse_error
|
|
c = d
|