man(1) Manual page archive

itoa(3) - Unix First Edition Manual Page
11/3/71ITOA (III)

NAME itoa -- integer to ascii conversion
SYNOPSIS jsr r5,itoa; subr
DESCRIPTION itoa will convert the number in r0 into ascii decimal possiblypreceded by a -- sign. For each character generated by itoa, the


subroutine subr is called on register r5 with the character inr0.


FILES kept in /etc/liba.a
SEE_ALSO
DIAGNOSTICS
BUGS The subroutine subr should not disturb any registers.
OWNER ken