summaryrefslogtreecommitdiff
path: root/impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'impl.c')
-rw-r--r--impl.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/impl.c b/impl.c
new file mode 100644
index 0000000..5699218
--- /dev/null
+++ b/impl.c
@@ -0,0 +1,7 @@
+#define ARENA_IMPL
+#define UTF8_IMPL
+#define STR_IMPL
+
+#include "arena.h"
+#include "utf8.h"
+#include "str.h"