refactor: string extend method

This commit is contained in:
2025-09-07 22:36:30 +02:00
parent 3e0584d139
commit 16ee246956
17 changed files with 2164 additions and 2123 deletions

View File

@@ -1,13 +1,13 @@
# myclib
**myclib** is a personal C library. This project is a work in progress and intended for educational use.
It is not production-ready. Use at your own risk.
## Features
- Hashmaps - Thread-safe (MT Safe)
- Dynamic strings - Thread-safe (MT Safe)
- Circular Queue - Thread-safe (MT Safe)
## Examples
You can find examples inside `test/` folder.
# myclib
**myclib** is a personal C library. This project is a work in progress and intended for educational use.
It is not production-ready. Use at your own risk.
## Features
- Hashmaps - Thread-safe (MT Safe)
- Dynamic strings - Thread-safe (MT Safe)
- Circular Queue - Thread-safe (MT Safe)
## Examples
You can find examples inside `test/` folder.