Should be able to cross-compile for Windows now

This commit is contained in:
Kevin Keogh
2017-07-23 22:48:20 -04:00
parent 6a27b3c015
commit 58d17adfa2
4 changed files with 421 additions and 1 deletions

6
src/strptime.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef STRPTIME_H
#define STRPTIME_H
char *strptime(const char* s, const char* format, struct tm *tm);
#endif