feat: add stack

This commit is contained in:
2025-09-10 16:45:50 +02:00
parent 9c037c5e25
commit 610bf5dab9
8 changed files with 161 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ A small, personal C library for learning and experimentation.
- Thread-safe dynamic strings
- Thread-safe circular queues
- Thread-safe vectors
- Stack
## Usage