From 0dbb38fe27e81790451a8233c5959e0fe26dc5ee Mon Sep 17 00:00:00 2001 From: Tim Crews Date: Fri, 14 Jun 2013 21:29:47 -0700 Subject: Source changes needed for Microsoft Visual C++ compatibility. Includes an implementation of strptime, compiled only for Win32 platform. --- src/strptime.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/strptime.h (limited to 'src/strptime.h') diff --git a/src/strptime.h b/src/strptime.h new file mode 100644 index 00000000..f5482201 --- /dev/null +++ b/src/strptime.h @@ -0,0 +1,6 @@ +#ifndef STRPTIME_H +#define STRPTIME_H + +char* strptime(const char *buf, const char *fmt, struct tm *tm); + +#endif \ No newline at end of file -- cgit v1.2.3