1 2 3 4 5 6
#ifndef INCLUDED_STRPTIME_H #define INCLUDED_STRPTIME_H char* strptime(const char *buf, const char *fmt, struct tm *tm); #endif // INCLUDED_STRPTIME_H