This commit is contained in:
nub31
2025-01-28 20:06:21 +01:00
parent c65b487f05
commit 0553d0abbf
4 changed files with 29 additions and 52 deletions

View File

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