PTIME (III)                  3/15/72                  PTIME (III)





NAME            ptime  --  print date and time



SYNOPSIS        sys     time

                mov     file,r2

                jsr     pc,ptime



DESCRIPTION     ptime prints the date and time in the form



                     Oct  9 17:20:33.sp on the file whose file

                descriptor is in r2.  The string is 15 characters

                long.  The time to be printed must be placed in

                the r0 and r1 registers in the form returned by

                sys time.



FILES           kept in /lib/liba.a



SEE ALSO        time(II), ctime(III) (used to do the conversion)



DIAGNOSTICS     --



BUGS            see ctime