aboutsummaryrefslogtreecommitdiff
path: root/v2/send.c
Commit message (Collapse)AuthorAgeFilesLines
* Put v2 code in root folderRaymaekers Luca2024-10-261-61/+0
|
* Documentation & choreRaymaekers Luca2024-10-251-1/+1
| | | | | | | Includes: - increase the limit - update with sources - remove arena include in send.c
* Initial draft for v2Raymaekers Luca2024-10-241-0/+61
This is a rewrite of v1 using arena's as memory allocators. The other great difference is using wide strings by default (wchar_t) because that will be needed in the future to print pretty UIs.