fix: Added supported C standards list in arena.h

This commit is contained in:
Kevin ALavik 2025-06-08 01:09:20 +02:00
parent cff9c8b1a6
commit 48d2991c79
Signed by: cmpsb
GPG key ID: 4B0812CE8CC1142A
2 changed files with 5 additions and 1 deletions

View file

@ -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