Pecora0

Results 2 comments of Pecora0

Apparently `Xutil.h` defines a type called `Region`. ```c #include #define ARENA_IMPLEMENTATION #include "arena.h" #include int main(void) { printf("hello\n"); } ``` This code throws an error when compiled with ```console $...

(Of course `arena_append_format` and `arena_append_vformat` need `stdio.h` so I put them behind an ARENA_NOSTDIO guard)