Files
myclib/README.md
2025-09-10 16:48:15 +02:00

19 lines
301 B
Markdown

# myclib
A small, personal C library for learning and experimentation.
**Not production-ready. Use at your own risk.**
## Features
All the features listed are Thread-safe.
- Hashmaps
- Strings
- Circular queues
- Vectors
- Stack
## Usage
See the `test/` folder for examples.