putnum(number) { local str = itoa(number); if (str == 0) return; print_str(str); free(str); }