Header: stdio.h Purpose: Defines ANSI C date and time functions. File: time.h Author: K.G. Begeman Use: #include "time.h" Defines: CLOCKS_PER_SEC, CLK_TCK Declares: clock_t clock(void) time_t time(time_t *tp) double difftime(time_t time2, time_t time1) time_t mktime(struct tm *tp) char *asctime(const struct tm *tp) char *ctime(const time_t *tp) struct tm *gmtime(const time_t *tp) struct tm *localtime(const time_t *tp) size_t strftime(char *s, size_t smax, const char *fmt, const struct tm *tp) Warning: System dependent! At the moment implemented for ALLIANT, CONVEX, DEC ALPHA, DEC ULTRIX, HP 9000, IBM/RS6000, SILICON GRAPHICS, SUN and DEC VMS. Updates: Apr 8, 1990: KGB, Document created. Jul 7, 1999: JPT, Linux now includes from system.