Subversion Repositories Tewi

Rev

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

Rev 32 Rev 140
Line 1... Line 1...
1
#ifndef STRPTIME_H
1
#ifndef STRPTIME_H
2
#define STRPTIME_H
2
#define STRPTIME_H
3
 
3
 
-
 
4
#ifdef __cplusplus
-
 
5
extern "C" {
-
 
6
#endif
-
 
7
 
4
#include <time.h>
8
#include <time.h>
5
 
9
 
6
#ifdef _WIN32
10
#ifdef _WIN32
7
char* strptime(const char *buf, const char *fmt, struct tm *tm);
11
char* strptime(const char *buf, const char *fmt, struct tm *tm);
8
#endif
12
#endif
9
 
13
 
-
 
14
#ifdef __cplusplus
-
 
15
}
-
 
16
#endif
-
 
17
 
10
#endif // STRPTIME_H
18
#endif // STRPTIME_H