This function is Hardware-specific implementation. It is not implemented in this Compiler.
#include <time.h>
time_t time(time_t *timer);
time() gets the current calendar time. If timer is not NULL, the current calendar time is assigned to timer.
The current calendar time.