11/3/71 ITOA (III)
NAME itoa -- integer to ascii conversion
SYNOPSIS jsr r5,itoa; subr
DESCRIPTION itoa will convert the number in r0 into ascii
decimal possibly preceded by a - sign. For each
character generated by itoa, the subroutine subr
is called on register r5 with the character in
r0.
FILES kept in /etc/liba.a
SEE ALSO --
DIAGNOSTICS --
BUGS The subroutine subr should not disturb any regis-
ters.
OWNER ken