#ifndef STRPTIME_H #define STRPTIME_H char *strptime(const char* s, const char* format, struct tm *tm); #endif