mirror of
https://github.com/benhoyt/inih.git
synced 2025-01-28 22:52:54 +08:00
b1170c9568
Forgot to commit examples/test.ini in previous commit. Fix strncmp redefine warning when compiling tests/unittest.c.
10 lines
309 B
INI
10 lines
309 B
INI
; Test config file for ini_example.c and INIReaderTest.cpp
|
|
|
|
[Protocol] ; Protocol configuration
|
|
Version=6 ; IPv6
|
|
|
|
[User]
|
|
Name = Bob Smith ; Spaces around '=' are stripped
|
|
Email = bob@smith.com ; And comments (like this) ignored
|
|
Active = True ; Test a boolean
|