summaryrefslogtreecommitdiff
path: root/impl.c
blob: 5699218b244b55291623687cff215a5c3a4d9cbb (plain)
1
2
3
4
5
6
7
#define ARENA_IMPL
#define UTF8_IMPL
#define STR_IMPL

#include "arena.h"
#include "utf8.h"
#include "str.h"