summaryrefslogtreecommitdiff
path: root/lr_types.h
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-11-13 19:22:29 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-11-13 19:22:29 +0100
commit8e68043a8c1ae877e2f0cee2ece338b1cde71c01 (patch)
treead5653ed012a49f2fc207146455ce37694d41f59 /lr_types.h
parent4eb0e6ca3adea9f6139299316b0fac1f1369bd8e (diff)
checkpoint
Diffstat (limited to 'lr_types.h')
-rw-r--r--lr_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lr_types.h b/lr_types.h
index 6bb3527..b7e97d4 100644
--- a/lr_types.h
+++ b/lr_types.h
@@ -3,6 +3,7 @@
#include <stdint.h>
#include <stddef.h>
+#include <sys/types.h>
#define internal static
#define local_persist static
@@ -41,4 +42,7 @@ typedef double f64;
#define U32Max ((u32)-1)
#define U64Max ((u64)-1)
+#define false 0
+#define true 1
+
#endif //LR_TYPES_H