NAME putdec - write integer n in field width >=w SYNOPSIS call putdec(n, w) integer n, w DESCRIPTION This routine writes onto the standard output the number 'n' as a string of at least 'w' characters, including a sign if 'n' is negative. If fewer than 'w' characters are needed, blanks are inserted to the left to make up the count; if more than 'w' are needed, more are provided. SEE ALSO itoc, putint DIAGNOSTICS None