From c61bb864c026d26a393f2a09c82de9bbc5043c6f Mon Sep 17 00:00:00 2001
From: Christian C <cc@localhost>
Date: Tue, 4 Mar 2025 19:10:07 -0800
Subject: Modularization

---
 include/lib/bool.h | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 include/lib/bool.h

(limited to 'include/lib/bool.h')

diff --git a/include/lib/bool.h b/include/lib/bool.h
new file mode 100644
index 0000000..6bf4c40
--- /dev/null
+++ b/include/lib/bool.h
@@ -0,0 +1,8 @@
+#ifndef INC_LIB_BOOL_H
+#define INC_LIB_BOOL_H
+
+#define bool_t uint8_t
+#define FALSE 0
+#define TRUE 1
+
+#endif
-- 
cgit v1.2.1