Added byte type
This commit is contained in:
parent
46ceb738ed
commit
8f3fa494ba
8 changed files with 16 additions and 13 deletions
|
@ -8,7 +8,7 @@ number(x int) {
|
|||
mem.free(buffer)
|
||||
}
|
||||
|
||||
itoa(x int, buffer []int8) -> (*any, int) {
|
||||
itoa(x int, buffer []byte) -> (*any, int) {
|
||||
end := buffer + len(buffer)
|
||||
tmp := end
|
||||
digit := 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue