home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / clock.z / clock
Encoding:
Text File  |  2002-10-03  |  1.3 KB  |  38 lines

  1. CLOCK(3I)                                             Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      CCLLOOCCKK - Returns the current time
  6.  
  7. SSYYNNOOPPSSIISS
  8.      CCLLOOCCKK (())
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      UNICOS, UNICOS/mk, IRIX systems
  12.  
  13.      CF90, MIPSpro 7 Fortran 90
  14.  
  15. SSTTAANNDDAARRDDSS
  16.      Fortran extension
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      CCLLOOCCKK obtains the current time, in ASCII _h_h::_m_m::_s_s format, from the
  20.      real-time clock.
  21.  
  22.      CCLLOOCCKK accepts no arguments.  The name of this intrinsic cannot be
  23.      passed as an argument.
  24.  
  25. RREETTUURRNN VVAALLUUEESS
  26.      The data type of the return value depends on your platform.  On UNICOS
  27.      and UNICOS/mk systems, the return value is of type Boolean.  On IRIX
  28.      systems, it is of type CCHHAARRAACCTTEERR**88.
  29.  
  30. NNOOTTEESS
  31.      The CCLLOOCCKK intrinsic function is outmoded.  Refer to the _F_o_r_t_r_a_n
  32.      _L_a_n_g_u_a_g_e _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, _V_o_l_u_m_e _3, for information on outmoded
  33.      features and their preferred standard alternatives.
  34.  
  35. SSEEEE AALLSSOO
  36.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  37.      man page.
  38.