home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mntdoc01.zoo / mintdoc / cat3 / time.3 < prev    next >
Encoding:
Text File  |  1993-03-03  |  699 b   |  67 lines

  1.  
  2.  
  3.  
  4. TIME(3)             MINTLIB LIBRARY FUNCTIONS             TIME(3)
  5.  
  6.  
  7. N✓NA✓AM✓ME✓E
  8.        time - get time
  9.  
  10. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  11.        #include <sys/types.h>
  12.        #include <time.h>
  13.  
  14.        time_t time(time_t *tloc);
  15.  
  16. D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
  17.        time  returns  the value of time in seconds since 00:00:00
  18.        GMT, January 1, 1970.
  19.  
  20.        If tloc is non-zero, the return value is  also  stored  in
  21.        the location to which tloc points.
  22.  
  23. S✓SE✓EE✓E A✓AL✓LS✓SO✓O
  24.        s✓st✓ti✓im✓me✓e(✓(3✓3)✓),✓, T✓Tg✓ge✓et✓td✓da✓at✓te✓e(✓(2✓2)✓),✓, T✓Tg✓ge✓et✓tt✓ti✓im✓me✓e(✓(2✓2)✓)
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. MiNT docs 0.1              3 March 1993                         1
  65.  
  66.  
  67.