This commit is contained in:
2024-01-18 18:25:29 +08:00
parent c3cd40dfe2
commit ebdb1bd55c

View File

@@ -1,10 +1,18 @@
#ifndef STRPTIME_H
#define STRPTIME_H
#if __cplusplus
extern "C" {
#endif
#include <time.h>
#ifdef _WIN32
char* strptime(const char *buf, const char *fmt, struct tm *tm);
#endif
#if __cplusplus
}
#endif
#endif // STRPTIME_H