Cthulhu
0.2.10
Cthulhu compiler collection
|
ANSI escape string colour macros. More...
Macros | |
#define | CT_ANSI_RED "\x1B[1;31m" |
ANSI red. More... | |
#define | CT_ANSI_GREEN "\x1B[1;32m" |
ANSI green. More... | |
#define | CT_ANSI_YELLOW "\x1B[1;33m" |
ANSI yellow. More... | |
#define | CT_ANSI_BLUE "\x1B[1;34m" |
ANSI blue. More... | |
#define | CT_ANSI_MAGENTA "\x1B[1;35m" |
ANSI magenta. More... | |
#define | CT_ANSI_CYAN "\x1B[1;36m" |
ANSI cyan. More... | |
#define | CT_ANSI_WHITE "\x1B[1;37m" |
ANSI white. More... | |
#define | CT_ANSI_RESET "\x1B[0m" |
ANSI reset. More... | |
ANSI escape string colour macros.
Useful for formatting messages to the console.