Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by nishi, Thu Oct 17 09:53:39 2024 UTC | Revision 1.2 by nishi, Thu Oct 17 10:24:24 2024 UTC | |
---|---|---|
# | Line 7 extern "C" { | Line 7 extern "C" { |
7 | ||
8 | #include <time.h> | #include <time.h> |
9 | ||
10 | #if defined(_WIN32) || defined(_PSP) || defined(__ps2sdk__) || defined(__OS2__) || defined(__NETWARE__) || defined(__NeXT__) || defined(__DOS__) | #if defined(_WIN32) || defined(_PSP) || defined(__ps2sdk__) || defined(__OS2__) || defined(__NETWARE__) || defined(__NeXT__) || defined(__DOS__) || defined(__bsdi__) |
11 | char* strptime(const char *buf, const char *fmt, struct tm *tm); | char* strptime(const char *buf, const char *fmt, struct tm *tm); |
12 | #endif | #endif |
13 |
|
nishi@chaotic.ninja | ViewVC Help |
Powered by ViewVC 1.3.0-dev |