home *** CD-ROM | disk | FTP | other *** search
-
-
-
- TIME(3) MINTLIB LIBRARY FUNCTIONS TIME(3)
-
-
- N✓NA✓AM✓ME✓E
- time - get time
-
- S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
- #include <sys/types.h>
- #include <time.h>
-
- time_t time(time_t *tloc);
-
- D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
- time returns the value of time in seconds since 00:00:00
- GMT, January 1, 1970.
-
- If tloc is non-zero, the return value is also stored in
- the location to which tloc points.
-
- S✓SE✓EE✓E A✓AL✓LS✓SO✓O
- 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)✓)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MiNT docs 0.1 3 March 1993 1
-
-
-