Go to the previous, next section.
time_t time(time_t *t);
t: [out] where to store the time.
Returns the time in seconds from 00:00:00 GMT January 1, 1970. If
t is not NULL
, the value is also stored there.
The time (see description).
Go to the previous, next section.