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