...
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
extern func str_len(msg: String): int64;
|
||||
extern func itoa(value: int64): String;
|
||||
extern func str_len(msg: string): int64;
|
||||
extern func itoa(value: int64): string;
|
||||
|
||||
Reference in New Issue
Block a user