mirror of
https://github.com/benhoyt/inih.git
synced 2025-01-17 22:22:53 +08:00
9 lines
144 B
Modula-2
9 lines
144 B
Modula-2
// CFG(section, name, default)
|
|
|
|
CFG(protocol, version, "0")
|
|
|
|
CFG(user, name, "Fatty Lumpkin")
|
|
CFG(user, email, "fatty@lumpkin.com")
|
|
|
|
#undef CFG
|