This commit is contained in:
nub31
2025-01-30 18:09:12 +01:00
parent b6c80af6c4
commit 89ed0e58fd
6 changed files with 34 additions and 48 deletions

View File

@@ -1 +1,2 @@
extern func str_len(msg: String): int64;
extern func itoa(value: int64): String;