Connor Lane Smith wrote:
> Nick wrote:
>> So, what's a good, simple format to store config files?
>
> you could just make the config file valid shell:
>
>> key1=value1
>> key2=value2
>
> Trivial to parse in C

Why bother parsing?  Make those environment variables and use getenv(3).

Reply via email to