builtin: i32 alias

pull/11449/head
Alexander Medvednikov 2021-09-08 14:48:49 +03:00
parent e5360e164a
commit 55451baa03
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ module builtin
//
type u8 = byte
type i32 = int
// ptr_str returns the address of `ptr` as a `string`.
pub fn ptr_str(ptr voidptr) string {