Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <time.h> char *asctime_r(const struct tm *tm, char *buf); |
Description asctime_r()
converts a time specification pointed to by tm into the same form as
| ||
Return val. | Pointer to the string that buf points to | |
if successful. | ||
| In case of an error. | |
See also |
|