source:
Main/trunk/Server/strptime.h@
81
Last change on this file since 81 was 32, checked in by , on Sep 16, 2024 at 9:42:19 PM | |
---|---|
|
|
File size: 166 bytes |
Rev | Line | |
---|---|---|
[32] | 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.