forked from starnakin/IronGOLEM
add: putnum
This commit is contained in:
8
src/putnum.🗿
Normal file
8
src/putnum.🗿
Normal file
@ -0,0 +1,8 @@
|
||||
putnum(number)
|
||||
{
|
||||
local str = itoa(number);
|
||||
if (str == 0)
|
||||
return;
|
||||
print_str(str);
|
||||
free(str);
|
||||
}
|
Reference in New Issue
Block a user