Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yshui/cfg.h

Header only config file & command line option library for C
https://github.com/yshui/cfg.h

c c-library command-line-parser configuration configuration-files header-only

Last synced: 1 day ago
JSON representation

Header only config file & command line option library for C

Awesome Lists containing this project

README

        

# cfg.h
Header only config file & command line option library for C

## Planned features

* Header only, no external dependencies.
* Consistent config file and command line options.
* Automatic option definition generation from an example config file.
* Customizable I/O functions.
* Prints pretty usage information.