ledger/src/strptime.h
Tim Crews 0dbb38fe27 Source changes needed for Microsoft Visual C++ compatibility.
Includes an implementation of strptime, compiled only for Win32 platform.
2013-06-14 21:29:47 -07:00

6 lines
No EOL
111 B
C

#ifndef STRPTIME_H
#define STRPTIME_H
char* strptime(const char *buf, const char *fmt, struct tm *tm);
#endif