Note: The links and references in this markdown file are made for github and won't work when shown within the generated Doxygen documentation.
A small and lightweight parser for .ini style files written in C. strawberry-ini has consists of three parts of which most can be used seperately if needed:
- iniParser: Parse configuration files.
The main functions are
ini_parse
andini_parse_file
. - iniDictionary: Functions and data structures to manage configuration settings.
- iniReader: fills a dictionary from a configuration file, uses iniParser and iniDictionary to do that.