Should be able to cross-compile for Windows now
This commit is contained in:
6
src/strptime.h
Normal file
6
src/strptime.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef STRPTIME_H
|
||||
#define STRPTIME_H
|
||||
|
||||
char *strptime(const char* s, const char* format, struct tm *tm);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user