qc.hlp (Table of Contents; Topic list)
ctime
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <time.h>
 
  Syntax:    char *ctime( time_t *timer );
 
  Returns:   a pointer to the string result, or NULL if <timer>
             represents a date before 1980.
 
  See also:  asctime, ftime, gmtime, localtime, time
                                    -♦-