|
clibs
Tiny but handy utility libraries for C
|
| boolean.h | Custom Boolean type for C (portable & self-contained) |
| cio.h | Basic input and output for C |
| clibs_control_structure.h | Common control structures |
| clibs_logging.c | Thread-local output stream implementation for clibs_logger |
| clibs_logging.h | Thread-local lightweight logging macros for C |
| clibs_math.h | Common math operations |
| clibs_time.h | Common time operations |
| cstring.h | Utility functions for C strings |
| hash_table.h | Constant C string hash table |
| integer.h | |
| platform.h | Platform-specific data |
| print.c | Implementation of thread-local output streams for print macros |
| print.h | Thread-aware printing macros with redirect support |
| term_color.h | Add colors, either foreground or background, on console environment |