use arena everywhere + bunch of cool new stuff

This commit is contained in:
snarmph 2024-04-18 14:29:36 +01:00
parent 8fdecd89a5
commit ae59f269c2
51 changed files with 5443 additions and 7233 deletions

View file

@ -9,7 +9,7 @@ extern "C" {
#include "str.h"
#include "collatypes.h"
#ifdef _WIN32
#if COLLA_WIN
#include <stdio.h>
#include "win32_slim.h"
isize getdelim(char **buf, size_t *bufsz, int delimiter, FILE *fp);