source:
Main/trunk/Server/strptime.h@
108
Last change on this file since 108 was 32, checked in by , on Sep 16, 2024 at 9:42:19 PM | |
---|---|
|
|
File size: 166 bytes |
Line | |
---|---|
1 | #ifndef STRPTIME_H |
2 | #define STRPTIME_H |
3 | |
4 | #include <time.h> |
5 | |
6 | #ifdef _WIN32 |
7 | char* strptime(const char *buf, const char *fmt, struct tm *tm); |
8 | #endif |
9 | |
10 | #endif // STRPTIME_H |
Note:
See TracBrowser
for help on using the repository browser.