putnum_s(num_s) { local str = ntoa_s(num_s); putstr(str); free(str); }