Add arena allocator library
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m44s

This commit is contained in:
2026-02-25 18:20:59 +01:00
parent 4e09296709
commit f846edf0ff
11 changed files with 138 additions and 0 deletions

3
libarena/src.mk Normal file
View File

@@ -0,0 +1,3 @@
c += arena.c
o += arena.o