summary refs log tree commit diff
path: root/impl.c
blob: 82266292e36e67441b651f5219a909879ff7302f (plain)
1
2
3
4
5
6
7
#define STR_IMPL
#define ARENA_IMPL
#define ARGS_IMPL

#include "str.h"
#include "arena.h"
#include "args.h"