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
|
@ -1,6 +1,6 @@
|
||||||
# ckit
|
# ckit
|
||||||
|
|
||||||
A minimal collection of reusable C headers for >=C89.
|
A minimal collection of reusable C headers for ≥C89.
|
||||||
|
|
||||||
## Available Headers
|
## Available Headers
|
||||||
|
|
||||||
|
|
4
arena.h
4
arena.h
|
@ -3,6 +3,10 @@
|
||||||
* arena.h - Minimal, Portable Freestanding Arena Allocator
|
* 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:
|
* Overview:
|
||||||
* This header provides a simple, drop-in arena allocator suitable for
|
* This header provides a simple, drop-in arena allocator suitable for
|
||||||
* freestanding or embedded environments where standard malloc/free may not
|
* freestanding or embedded environments where standard malloc/free may not
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue