typedef _CLOCK_T_ | clock_t |
typedef _TIME_T_ | time_t |
IMPORT_C clock_t | clock | ( | void | ) |
IMPORT_C char * | asctime | ( | const struct tm * | _tblock | ) |
IMPORT_C char * | ctime | ( | const time_t * | _time | ) |
IMPORT_C char * | asctime_r | ( | const struct tm * | , |
char * | ||||
) |
Re-entrant versions of the functions that return pointers to a statically allocated buffer. These are internal to the STDLIB implementation and not standard ANSI functions