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
- Host: GitHub
- URL: https://github.com/michaelbrim/tedium
- Owner: MichaelBrim
- License: mit
- Created: 2018-04-02T18:28:09.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T14:27:45.000Z (over 1 year ago)
- Last Synced: 2025-05-07T17:05:34.290Z (12 months ago)
- Topics: c, c-plus-plus, c-preprocessor, configuration, enumerated-types, system-programming
- Language: C
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.