1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-01-28 22:52:54 +08:00
inih/examples/test.ini
benhoyt@gmail.com b1170c9568 Issue 7: Factored out ini_parse_file() so users can parse INI file with just a FILE* instead of a filename, and use fmemopen.
Forgot to commit examples/test.ini in previous commit.
Fix strncmp redefine warning when compiling tests/unittest.c.
2011-06-24 18:48:58 +00:00

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