1 2 3 4 5 6 7
#include "time32.h" #include <time.h> char *__ctime32(time32_t *t) { return ctime(&(time_t){*t}); }