Fixed incorrect const values
This commit is contained in:
parent
4dbfa80939
commit
d5bcf340e9
22 changed files with 93 additions and 92 deletions
|
@ -8,7 +8,7 @@ number(x int) {
|
|||
mem.free(buffer)
|
||||
}
|
||||
|
||||
itoa(x int, buffer []byte) -> (*any, int) {
|
||||
itoa(x int, buffer []byte) -> (*byte, int) {
|
||||
end := buffer + len(buffer)
|
||||
tmp := end
|
||||
digit := 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue