home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man2 / time.2 < prev    next >
Encoding:
Text File  |  1975-06-26  |  435 b   |  27 lines

  1. .th TIME II 8/5/73
  2. .sh NAME
  3. time \*- get date and time
  4. .sh SYNOPSIS
  5. (time = 13.)
  6. .br
  7. .ft B
  8. sys  time
  9. .s3
  10. time(tvec)
  11. .br
  12. int tvec[2];
  13. .ft R
  14. .sh DESCRIPTION
  15. .it Time
  16. returns the time since 00:00:00 GMT, Jan. 1, 1970, measured
  17. in seconds.
  18. From
  19. .it as,
  20. the high order word is in the r0 register and the low order
  21. is in r1.
  22. From C, the user-supplied vector is filled in.
  23. .sh "SEE ALSO"
  24. date (I), stime (II), ctime (III)
  25. .sh DIAGNOSTICS
  26. \*-
  27.