projects
/
ccan
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
endian: add constant versions.
[ccan]
/
ccan
/
ciniparser
/
test
/
test.ini
1
#
2
# This is an example of ini file
3
#
4
5
[Pizza]
6
7
Ham = yes ;
8
Mushrooms = TRUE ;
9
Capres = 3 ;
10
Cheese = Non ;
11
Anchovies = 0 ;
12
13
[Wine]
14
15
Grape = Cabernet Sauvignon ;
16
Year = 1989 ;
17
Country = Spain ;
18
Alcohol = 12.5 ;
19
20
[Foo]
21
22
bar = foobar ;
23
shemp = stooge ;