time()

This function is Hardware-specific implementation. It is not implemented in this 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()

strftime()