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

https://github.com/michaelbrim/tedium

bits of common code to reuse across C/C++ projects
https://github.com/michaelbrim/tedium

c c-plus-plus c-preprocessor configuration enumerated-types system-programming

Last synced: 3 months ago
JSON representation

bits of common code to reuse across C/C++ projects

Awesome Lists containing this project

README

          

# tedium
Bits of common code to reuse across C/C++ projects

## enumerator
A preprocessor-based method for quickly defining enumerated types with
associated C-string names and descriptions, including range checking.

## configurator
A unified, preprocessor-based system for providing configuration information
to an application via configuration files, command-line arguments, and
environment variables.