mirror of
https://github.com/benhoyt/inih.git
synced 2025-01-28 22:52:54 +08:00
4d08274b35
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.
13 lines
177 B
INI
13 lines
177 B
INI
; This is an INI file
|
|
[section1] ; section comment
|
|
one=This is a test ; name=value comment
|
|
two = 1234
|
|
; x=y
|
|
|
|
[ section 2 ]
|
|
happy = 4
|
|
sad =
|
|
|
|
[empty]
|
|
; do nothing
|