aboutsummaryrefslogtreecommitdiff
path: root/example.c
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add safety checks and clean up code styleSyndamia2026-05-121-1/+1
|
* feat!: Refactor using MemoryManagerSyndamia2026-05-121-22/+16
| | | | | | | | The idea is to provide a universal memory management "API", through which you allocate and deallocate. This allows our implementations (for String and Vector) to be more generic. It does also allow usage of different allocators depending on situation.
* feat(example.c)!: Rework example entirelySyndamia2026-04-211-11/+20
|
* feat!: Function rename and standardizeSyndamia2026-04-211-0/+29