| |
| | [No title] |
 | | DESCRIPTION The asctime(), asctime_r(), ctime(), difftime(), gmtime(), gmtime_r(), localtime(), localtime_r(), mktime(), and tzset() functions are used to convert time units to strings, to store converted time units for subsequent processing, and to convert stored time information to other time units. |
 | | The ctime() function converts the time in seconds since the Epoch, pointed to by the timer parameter, to a character string. |
 | | AES Support Level: Full use (asctime(), ctime(), difftime(), gmtime(), localtime(), mktime(), tzset()) RETURN VALUES When any of the asctime(), ctime(), gmtime(), or localtime() functions complete successfully, the return value may point to static storage, which may be overwritten by subsequent calls to these functions. |
| www.sandia.gov /ASCI/Red/usage/paragon/man/man3/ctime.3.html (1329 words) |
|