Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 833 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 833 Bytes

strawberry-ini

Build Status

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