bonus almost working

This commit is contained in:
hugo LAMY
2025-03-09 02:34:11 +01:00
parent e63951591c
commit 03e1a7c19d
5 changed files with 136 additions and 7 deletions

View File

@@ -16,4 +16,8 @@
// text
#define SWITCH_CASE(ch) (((ch) >= 'A' && (ch) <= 'Z') || ((ch) >= 'a' && (ch) <= 'z') ? ((ch) ^ (1 << 5)) : (ch))
// boolean
#define TRUE 1
#define FALSE 0
#endif // UTILS_H