4.3BSD-Reno/share/man/cat3/time.0

Compare this file to the similar file:
Show the results in this format:




TIME(3)                       1990			  TIME(3)



NNAAMMEE
     time - get time of day

SSYYNNOOPPSSIISS
     ##iinncclluuddee <<ssyyss//ttyyppeess..hh>>

     ttiimmee__tt ttiimmee((ttlloocc))
     ttiimmee__tt **ttlloocc;;

DDEESSCCRRIIPPTTIIOONN
     _T_i_m_e returns the value of time in seconds since 0 hours, 0
     minutes, 0 seconds, January 1, 1970, Coordinated Universal
     Time.

     The argument _t_l_o_c points to an area where the return value
     is also stored.  If _t_l_o_c is a NULL pointer, no value is
     stored.

     Upon successful completion, _t_i_m_e() returns the value of
     time.  Otherwise a value of ((_t_i_m_e__t) -1) is returned and
     _e_r_r_n_o is set to indicate the error.

EERRRROORRSS
     The following error codes may be set in _e_r_r_n_o:

     [EFAULT]	    An argument address referenced invalid
		    memory.

SSEEEE AALLSSOO
     gettimeofday(2), ctime(3)

























Printed 7/27/90               June				1