Research V4 development
authorKen Thompson <ken@research.uucp>
Tue, 6 Nov 1973 01:29:14 +0000 (20:29 -0500)
committerKen Thompson <ken@research.uucp>
Tue, 6 Nov 1973 01:29:14 +0000 (20:29 -0500)
Work on file man/manx/itoa.3

Synthesized-from: v4

man/manx/itoa.3 [new file with mode: 0644]

diff --git a/man/manx/itoa.3 b/man/manx/itoa.3
new file mode 100644 (file)
index 0000000..f48f349
--- /dev/null
@@ -0,0 +1,18 @@
+.th ITOA III 3/15/72
+.sh NAME
+itoa \*- integer to ascii conversion
+.sh SYNOPSIS
+.ft B
+jsr    r5,itoa; subr
+.ft R
+.sh DESCRIPTION
+.it Itoa
+will convert the number in r0
+into ASCII decimal preceded
+by a \*- sign if appropriate.
+For each character generated by
+.it itoa,
+the subroutine \fIsubr\fR (supplied by the caller) is called on
+register r5 with the character in r0.
+.s3
+The subroutine \fIsubr\fR must not disturb any registers.