#ifndef STRPTIME_H #define STRPTIME_H #ifdef __cplusplus extern "C" { #endif #include #ifdef _WIN32 char* strptime(const char *buf, const char *fmt, struct tm *tm); #endif #ifdef __cplusplus } #endif #endif // STRPTIME_H