File: test.ini

package info (click to toggle)
libinih 53-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 424 kB
  • sloc: ansic: 625; cpp: 139; makefile: 68; sh: 53
file content (10 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
; 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
pi = 3.14159           ; Test a floating point number