Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

INI file parser for C

Tags:

c

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.

like image 552
vico Avatar asked Dec 13 '13 11:12

vico


1 Answers

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..

like image 128
bph Avatar answered Nov 08 '22 06:11

bph