Add arena test

This commit is contained in:
Krzosa Karol
2023-12-31 10:20:23 +01:00
parent dcb9a9bfaa
commit 556c38d572
3 changed files with 21 additions and 0 deletions

1
io.c
View File

@@ -1,4 +1,5 @@
#include "io.h"
#include <stdarg.h>
#ifndef IO_SNPRINTF
#include <stdio.h>