This website requires JavaScript.
Explore
Help
Register
Sign In
kdx
/
IronGOLEM
Watch
1
Star
0
Fork
0
You've already forked IronGOLEM
forked from
starnakin/IronGOLEM
Code
Pull Requests
Activity
cc965024d6
IronGOLEM
/
src
/
putnum.🗿
7 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add: putnum
2023-06-18 11:12:45 -04:00
putnum(number)
{
various optimisations
2023-07-24 23:43:10 -04:00
local str = ntoa(number);
fix: function have the right name
2023-06-18 11:29:30 -04:00
putstr(str);
add: putnum
2023-06-18 11:12:45 -04:00
free(str);
}
Copy Permalink