aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/types.h2
1 files changed, 2 insertions, 0 deletions
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;