|
CHashTable 1
|
Header file for fprintf_color() function. More...
Go to the source code of this file.
Enumerations | |
| enum | ColorCode { COLOR_RESET , COLOR_RED , COLOR_GREEN , COLOR_BLUE , COLOR_BOLD_RED } |
| Print colors for printf_color() | |
Functions | |
| void | fprintf_color (FILE *stream, ColorCode color_code, const char *format,...) |
| Prints a formatted string to stdout in a specified color. | |
Header file for fprintf_color() function.
| void fprintf_color | ( | FILE * | stream, |
| ColorCode | color_code, | ||
| const char * | format, | ||
| ... | |||
| ) |
Prints a formatted string to stdout in a specified color.
| code | The ColorCode enum value (e.g., COLOR_RED) |
| format | The printf-style format string |
| ... | The variable arguments for the format string. |