Quickfix
Moved the __ARENA_IMPLEMENTATION__ section to outside the __ARENA_H__ section
Added README
A stb style single header arena allocator implementation in C.
To use it in your project, include the arena.h
header,
and to include the implementations place this before it: #define __ARENA_IMPLEMENTATION__
.
You can see some basic examples of how to use the library in example.c
.