Subversion Repositories Tewi

Rev

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

Rev 140 Rev 182
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
#ifdef _WIN32
10
#if defined(_WIN32) || defined(_PSP)
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
}