You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
380 B
INI
15 lines
380 B
INI
9 years ago
|
; Test config file for samples/ini-test.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
|
||
|
|
||
|
[canon]
|
||
|
169=Sigma 35mm F1.4 DG HSM ART
|
||
|
|