This commit is contained in:
2026-06-20 19:45:52 +10:00
parent b4e481ed9c
commit f97cec4567
17 changed files with 92 additions and 51 deletions

View File

@@ -2,7 +2,7 @@
GroundString _GroundNewString(const char* in) {
size_t len = strlen(in);
GroundSize len = strlen(in);
GroundString string = {
.len = len,