tinyini
is a minimalistic library for parsing INI-like configuration
files.
globalkey = globalvalue
[section]
key = first-value
key = second-value
empty=
anotherkey = " has whitespace "
[änöther-section] ; this is a comment and ignored
key = different value