strptime.h 108 B

1234567
  1. #ifdef _MSC_VER
  2. extern "C"
  3. char *
  4. strptime( const char *buf, const char *fmt, struct tm *tm );
  5. #endif