forked from starnakin/IronGOLEM
various optimisations
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
putnum(number)
|
||||
{
|
||||
local str;
|
||||
str = ntoa(number);
|
||||
if (str == 0)
|
||||
return;
|
||||
local str = ntoa(number);
|
||||
putstr(str);
|
||||
free(str);
|
||||
}
|
||||
|
Reference in New Issue
Block a user