From 9ab6a07efd2b89b01020470c17b3b9341f391faf Mon Sep 17 00:00:00 2001
From: WormHeamer
Date: Mon, 10 Mar 2025 15:19:44 -0400
Subject: move *_IMPL to a separate compilation unit

---
 impl.c | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 impl.c

(limited to 'impl.c')

diff --git a/impl.c b/impl.c
new file mode 100644
index 0000000..8226629
--- /dev/null
+++ b/impl.c
@@ -0,0 +1,7 @@
+#define STR_IMPL
+#define ARENA_IMPL
+#define ARGS_IMPL
+
+#include "str.h"
+#include "arena.h"
+#include "args.h"
-- 
cgit 1.4.1-2-gfad0