IronGOLEM/src/putnum.🗿
2023-07-25 05:43:10 +02:00

7 lines
72 B
Plaintext

putnum(number)
{
local str = ntoa(number);
putstr(str);
free(str);
}