This commit is contained in:
nub31
2025-01-28 19:53:54 +01:00
parent 6356e37f77
commit c65b487f05
17 changed files with 408 additions and 279 deletions

View File

@@ -0,0 +1,2 @@
extern func strlen(msg: String): int64;
extern func strcmp(a: String, b: String): bool;