/[tewi]/Server/strptime.h
ViewVC logotype

Annotation of /Server/strptime.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations)
Thu Oct 17 10:24:24 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05
Changes since 1.1: +1 -1 lines
Content type: text/x-c
trying to fix bsdi port

1 nishi 1.1 #ifndef STRPTIME_H
2     #define STRPTIME_H
3    
4     #ifdef __cplusplus
5     extern "C" {
6     #endif
7    
8     #include <time.h>
9    
10 nishi 1.2 #if defined(_WIN32) || defined(_PSP) || defined(__ps2sdk__) || defined(__OS2__) || defined(__NETWARE__) || defined(__NeXT__) || defined(__DOS__) || defined(__bsdi__)
11 nishi 1.1 char* strptime(const char *buf, const char *fmt, struct tm *tm);
12     #endif
13    
14     #ifdef __cplusplus
15     }
16     #endif
17    
18     #endif // STRPTIME_H

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev