#ifndef STRFTIME_H #define STRFTIME_H #include #include size_t strftime(char *s,size_t max, const char *format, const struct tm *tm); #endif