4.3BSD-Reno/share/man/cat3f/ctime.0

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




TIME(3F)		      1985			 TIME(3F)



NNAAMMEE
     time, ctime, ltime, gmtime - return system time

SSYYNNOOPPSSIISS
     iinntteeggeerr ffuunnccttiioonn ttiimmee(())

     cchhaarraacctteerr**((**)) ffuunnccttiioonn ccttiimmee ((ssttiimmee))
     iinntteeggeerr ssttiimmee

     ssuubbrroouuttiinnee llttiimmee ((ssttiimmee,, ttaarrrraayy))
     iinntteeggeerr ssttiimmee,, ttaarrrraayy((99))

     ssuubbrroouuttiinnee ggmmttiimmee ((ssttiimmee,, ttaarrrraayy))
     iinntteeggeerr ssttiimmee,, ttaarrrraayy((99))

DDEESSCCRRIIPPTTIIOONN
     _T_i_m_e returns the time since 00:00:00 GMT, Jan. 1, 1970,
     measured in seconds.  This is the value of the UNIX system
     clock.

     _C_t_i_m_e converts a system time to a 24 character ASCII string.
     The format is described under _c_t_i_m_e(3).  No 'newline' or
     NULL will be included.

     _L_t_i_m_e and _g_m_t_i_m_e disect a UNIX time into month, day, etc.,
     either for the local time zone or as GMT.	The order and
     meaning of each element returned in _t_a_r_r_a_y is described
     under _c_t_i_m_e(3).

FFIILLEESS
     /usr/lib/libU77.a

SSEEEE AALLSSOO
     ctime(3), itime(3F), idate(3F), fdate(3F)





















Printed 7/27/90                May				1