time
Purpose
Gets the time.
Syntax
long time ((long *) 0) long time (tloc)
long *tloc;
Description
The time system call returns the current time in seconds
since 00:00:00 GMT, January 1, 1970.
If the tloc parameter is nonzero, the time is also stored
in the location to which the tloc parameter points.
Warning: The actions of the time system call are unde-
fined if the tloc parameter &pointsout..
Return Value
Upon successful completion, the current time is returned.
Related Information
In this book: "stime."