summaryrefslogtreecommitdiff
path: root/impl.c
diff options
context:
space:
mode:
authorWormHeamer2025-07-31 22:37:38 -0400
committerWormHeamer2025-07-31 22:37:38 -0400
commit842e22e9eb0f3dff7dabdaa41bcc2133e8f015f5 (patch)
tree78f42e68da656698526ff6099e78d82adab1d582 /impl.c
initial commit
Diffstat (limited to 'impl.c')
-rw-r--r--impl.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/impl.c b/impl.c
new file mode 100644
index 0000000..96d8836
--- /dev/null
+++ b/impl.c
@@ -0,0 +1,6 @@
+#define STR_IMPL
+#define STRIO_IMPL
+#define ARENA_IMPL
+#include "str.h"
+#include "strio.h"
+#include "arena.h"