Skip to content

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

License

Notifications You must be signed in to change notification settings

MichaelBrim/tedium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.