tewi/Server/strptime.h
Nishi df0eb77a52 can handle cache headers.
git-svn-id: file:///raid/svn-personal/tewi/trunk@32 8739d7e6-ffea-ec47-b151-bdff447c6205
2024-09-16 12:42:19 +00:00

11 lines
166 B
C

#ifndef STRPTIME_H
#define STRPTIME_H
#include <time.h>
#ifdef _WIN32
char* strptime(const char *buf, const char *fmt, struct tm *tm);
#endif
#endif // STRPTIME_H