CTIME (III) 1/15/73 CTIME (III)
NAME ctime -- convert date and time to ASCII
SYNOPSIS sys time
mov $buffer,r2
jsr pc,ctime
DESCRIPTION The output buffer is 16 characters long and the
time has the format
Oct 9 17:32:24\0
The input time must be in the r0 and r1 registers
in the form returned by sys time.
FILES kept in /lib/liba.a
SEE ALSO ptime(III), time(II)
DIAGNOSTICS --
BUGS The routine must be reassembled for leap year.
Dec 31 is followed by Dec 32 and so on.