fixed some errors

This commit is contained in:
Odweta
2024-02-06 22:04:47 +01:00
parent e40b61a21b
commit f9e820efbc
10 changed files with 355 additions and 355 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#undef bool
typedef enum { false, true } bool;
typedef enum { FALSE, TRUE } bool_t;
typedef enum {
LESS,