Subversion Repositories Tewi

Rev

Rev 341 | Rev 380 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 341 Rev 359
Line 5... Line 5...
5
extern "C" {
5
extern "C" {
6
#endif
6
#endif
7
 
7
 
8
#include <time.h>
8
#include <time.h>
9
 
9
 
10
#if defined(_WIN32) || defined(_PSP) || defined(__ps2sdk__) || defined(__OS2__) || defined(__NETWARE__) || defined(__NeXT__)
10
#if defined(_WIN32) || defined(_PSP) || defined(__ps2sdk__) || defined(__OS2__) || defined(__NETWARE__) || defined(__NeXT__) || defined(__DOS__)
11
char* strptime(const char *buf, const char *fmt, struct tm *tm);
11
char* strptime(const char *buf, const char *fmt, struct tm *tm);
12
#endif
12
#endif
13
 
13
 
14
#ifdef __cplusplus
14
#ifdef __cplusplus
15
}
15
}