Skip to content

A small and lightweight parser for .ini style files written in C.

License

Notifications You must be signed in to change notification settings

jahnf/strawberry-ini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A small and lightweight parser for .ini style files written in C.

Resources

License

Stars

Watchers

Forks

Packages

No packages published