it compiles now? no idea why that just.. broke

This commit is contained in:
Tyler McGurrin 2025-05-14 08:53:22 -04:00
parent cb8105a376
commit 7fa557d685

View File

@ -4,7 +4,7 @@
#include <string.h>
#include <ctype.h>
typedef uint8_t bool;
// typedef uint8_t bool;
#define true 1
#define false 0