From f79290084948f3cf140395c270c07cf29ca58e8d Mon Sep 17 00:00:00 2001 From: A404M Date: Sun, 22 Sep 2024 19:34:43 +0330 Subject: Better errors Added variables --- src/utils/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils') diff --git a/src/utils/types.h b/src/utils/types.h index df4d8b3..e2d8053 100644 --- a/src/utils/types.h +++ b/src/utils/types.h @@ -10,6 +10,8 @@ typedef enum bool : uint8_t { false = 0, true = 1 } bool; #endif #endif +typedef const char *const SourceCode; + typedef struct SizedString { char *str; size_t size; -- cgit v1.2.3