aboutsummaryrefslogtreecommitdiff
path: root/src/lib/lib.c
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-02 18:20:34 -0800
committerChristian Cunningham <cc@local.lan>2025-03-02 18:20:34 -0800
commit1bcbd387e4087f4b401201a68f9d4c300c1d0c6b (patch)
tree8d6eea6cb7ee970ec0191b1092af32162be4db14 /src/lib/lib.c
Initial commit
Diffstat (limited to 'src/lib/lib.c')
-rw-r--r--src/lib/lib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/lib.c b/src/lib/lib.c
new file mode 100644
index 0000000..ea971fd
--- /dev/null
+++ b/src/lib/lib.c
@@ -0,0 +1,3 @@
+#include <stdint.h>
+
+const uint32_t SIZE = 5;