summaryrefslogtreecommitdiff
path: root/impl.c
blob: 03014bb1c72f3e265b7cc6003297e27673126bca (plain)
1
2
3
4
5
6
7
8
9
#define STR_IMPL
#define STRIO_IMPL
#define ARENA_IMPL
#define DYNARR_IMPL

#include "str.h"
#include "strio.h"
#include "arena.h"
#include "dynarr.h"