diff options
| -rw-r--r-- | impl.c | 7 | ||||
| -rw-r--r-- | main.c | 4 |
2 files changed, 7 insertions, 4 deletions
@@ -0,0 +1,7 @@ +#define ARENA_IMPL +#define UTF8_IMPL +#define STR_IMPL + +#include "arena.h" +#include "utf8.h" +#include "str.h" @@ -13,10 +13,6 @@ #include <signal.h> #include <poll.h> -#define ARENA_IMPL -#define UTF8_IMPL -#define STR_IMPL - #include "wrmr.h" #include "arena.h" #include "txt.h" |
