]> oss.titaniummirror.com Git - repo_shell.git/blobdiff - inih/examples/test.ini
Add support for /etc/repo_shell.cfg
[repo_shell.git] / inih / examples / test.ini
diff --git a/inih/examples/test.ini b/inih/examples/test.ini
new file mode 100644 (file)
index 0000000..be56ae4
--- /dev/null
@@ -0,0 +1,9 @@
+; 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