/* */ #ifndef _D_STRPTIME_H #define _D_STRPTIME_H #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ char * strptime (const char *buf, const char *format, struct tm *timeptr); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* not _D_STRPTIME_H */