Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <time.h> char *ctime_r(const time_t *clock, char *buf); char *ctime64_r(const tim64e_t *clock, char *buf); | |
Description |
| |
Return val. | Pointer to the string pointed to by buf, | |
if successful. | ||
Null pointer | if an error occurs. | |
See also |
|