2 lines
83 B
Plaintext
2 lines
83 B
Plaintext
extern func str_len(msg: String): int64;
|
|
extern func itoa(value: int64): String; |