forked from starnakin/IronGOLEM
add: signed number
This commit is contained in:
6
src/putnum_s.🗿
Normal file
6
src/putnum_s.🗿
Normal file
@ -0,0 +1,6 @@
|
||||
putnum_s(num_s)
|
||||
{
|
||||
local str = ntoa_s(num_s);
|
||||
putstr(str);
|
||||
free(str);
|
||||
}
|
Reference in New Issue
Block a user