diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-11-13 19:22:29 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-11-13 19:22:29 +0100 |
| commit | 8e68043a8c1ae877e2f0cee2ece338b1cde71c01 (patch) | |
| tree | ad5653ed012a49f2fc207146455ce37694d41f59 /lr_types.h | |
| parent | 4eb0e6ca3adea9f6139299316b0fac1f1369bd8e (diff) | |
checkpoint
Diffstat (limited to 'lr_types.h')
| -rw-r--r-- | lr_types.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
