0b44a031
400c5e5c
1 2
3
4
5
6 7 8
#include <time.h> char *__asctime(const struct tm *restrict, char *restrict); char *asctime_r(const struct tm *restrict tm, char *restrict buf) { return __asctime(tm, buf); }