3 lines
84 B
Plaintext
3 lines
84 B
Plaintext
extern func str_len(msg: string): int64;
|
|
extern func itoa(value: int64): string;
|