ctime()

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

Syntax
  #include <time.h>

  
  char *ctime(const time_t *timer);

  
Description

ctime() converts the calendar time timer to a character string.

Return

The string containing the ASCII representation of the date.

See also

asctime(),

mktime(), and

time()