fix: Added supported C standards list in arena.h
This commit is contained in:
parent
cff9c8b1a6
commit
48d2991c79
2 changed files with 5 additions and 1 deletions
4
arena.h
4
arena.h
|
@ -3,6 +3,10 @@
|
|||
* arena.h - Minimal, Portable Freestanding Arena Allocator
|
||||
* ============================================================================
|
||||
*
|
||||
* Supported C standards:
|
||||
* arena.h aims to support anything from ANSI C to C23, though ANSI C support
|
||||
* may be broken.
|
||||
*
|
||||
* Overview:
|
||||
* This header provides a simple, drop-in arena allocator suitable for
|
||||
* freestanding or embedded environments where standard malloc/free may not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue