source: Main/trunk/Server/strptime.h@ 93

Last change on this file since 93 was 32, checked in by Nishi, on Sep 16, 2024 at 9:42:19 PM

can handle cache headers.

  • Property svn:keywords set to Id
File size: 166 bytes
Line 
1#ifndef STRPTIME_H
2#define STRPTIME_H
3
4#include <time.h>
5
6#ifdef _WIN32
7char* strptime(const char *buf, const char *fmt, struct tm *tm);
8#endif
9
10#endif // STRPTIME_H
Note: See TracBrowser for help on using the repository browser.