time()

This is a Hardware specific function. It is not implemented in the Compiler.

Syntax
#include <time.h>
time_t time(time_t *timer);
Description

time() gets the current calendar time. If timer is not NULL, the current calendar time is assigned to timer.

Return

The current calendar time.

See also

clock(),

mktime(), and

strftime()