mirror of
https://github.com/Hizenberg469/Memory-Leak-Detector.git
synced 2026-04-20 02:02:26 +03:00
12 lines
305 B
C
12 lines
305 B
C
#ifndef __CSS__
|
|
#define __CSS__
|
|
|
|
#define ANSI_COLOR_RED "\x1b[31m"
|
|
#define ANSI_COLOR_GREEN "\x1b[32m"
|
|
#define ANSI_COLOR_YELLOW "\x1b[33m"
|
|
#define ANSI_COLOR_BLUE "\x1b[34m"
|
|
#define ANSI_COLOR_MAGENTA "\x1b[35m"
|
|
#define ANSI_COLOR_CYAN "\x1b[36m"
|
|
#define ANSI_COLOR_RESET "\x1b[0m"
|
|
|
|
#endif |