Skip to content
/ sccp Public

Simple C Config Parser is simple to use generic reader of key value combinations

License

Notifications You must be signed in to change notification settings

tpanj/sccp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sccp

Simple C Config Parser is simple to use generic reader of key value combinations

Features

  • Minimal dependency and minimalistic.
  • C89 compatible, cross platform to compile and use configs.
  • Capable of parsing .conf file and return struct of value and key.
  • Can parse even simple TOML (.ini) files and bash environment variables file.
  • Comment aware
  • If multiple keys are in file returns first occurrence found with value.

Compiling

gcc main.c simple_config.c -std=c89 -pedantic -Wall -o sccp

Tested also with Visual Studio from 2008 up to 2017

About

Simple C Config Parser is simple to use generic reader of key value combinations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages