libconfini is asimple INIparsing librarywith theability to readdisabledentries (i.e.valid entriesnested incomments).libconfini doesnot store thedata read froman INI file,but ratherdispatches it,formatted, to acustomlistener. Thecode is writtenin C (C99) anddoes not dependon anyparticularlibrary, exceptfor the Cstandardheadersstdio.h,stdlib.h,stdbool.h andstdint.h (andfor extremeplatforms thecode can bealso compiledas βbaremetalβ, withfew or nostrings attac