diff options
| author | nasr <nsrddyn@gmail.com> | 2026-03-14 21:40:32 +0000 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-03-14 21:40:32 +0000 |
| commit | 53cd9c4c3408b5f2e54e891baf471c0d774ea2cd (patch) | |
| tree | 7fcdfdd25b7e163b40fe3d2961a605b3a2720ba4 /source/base/base.h | |
| parent | e51d57e2da70ea2688a72602aeb5f7c4040e72b7 (diff) | |
feature(base): ascii colors, error framework ( ai help ). testing idea meta program. refactor
Diffstat (limited to 'source/base/base.h')
| -rwxr-xr-x | source/base/base.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/base/base.h b/source/base/base.h index cf2a15f..e1af950 100755 --- a/source/base/base.h +++ b/source/base/base.h | |||
| @@ -70,4 +70,12 @@ typedef intptr_t smm; | |||
| 70 | #define TRUE (1 == 1) | 70 | #define TRUE (1 == 1) |
| 71 | #define FALSE (1 != 1) | 71 | #define FALSE (1 != 1) |
| 72 | 72 | ||
| 73 | #define RED "\x1b[31m" | ||
| 74 | #define GREEN "\x1b[32m" | ||
| 75 | #define RESET "\x1b[0m" | ||
| 76 | #define BLUE "\x1b[34m" | ||
| 77 | #define YELLOW "\x1b[33m" | ||
| 78 | |||
| 79 | #define LEN(s) (sizeof(s) - 1) | ||
| 80 | |||
| 73 | #endif | 81 | #endif |
