#if 0 #include char *strptime(const char *restrict buf, const char *restrict format, struct tm *restrict tm) { return (char*)buf; } /* XOPEN(4) */ #endif