diff options
| author | WormHeamer | 2025-07-31 22:37:38 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-07-31 22:37:38 -0400 |
| commit | 842e22e9eb0f3dff7dabdaa41bcc2133e8f015f5 (patch) | |
| tree | 78f42e68da656698526ff6099e78d82adab1d582 /impl.c | |
initial commit
Diffstat (limited to 'impl.c')
| -rw-r--r-- | impl.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#define STR_IMPL +#define STRIO_IMPL +#define ARENA_IMPL +#include "str.h" +#include "strio.h" +#include "arena.h" |
