Reputation: 18201
I need to read/write to INI file in C. It is a little strange for me that I can't find any standard way of doing that. What is the common way of dealing with INI files in C?
I prefer both - platform independent and Linux INI file parser libs.
Upvotes: 7
Views: 13189
Reputation: 11268
This link may shed some light on the matter (written by the guy that authored inih as mentioned by Zagorulkin Dmitry) - I have used minIni and been happy with it..
Upvotes: 10
Reputation: 8548
I know about this lib. You could use it http://code.google.com/p/inih/
Upvotes: 1