Subversion Repositories Tewi

Rev

Rev 140 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
32 nishi 1
#ifndef STRPTIME_H
2
#define STRPTIME_H
3
 
4
#include <time.h>
5
 
6
#ifdef _WIN32
7
char* strptime(const char *buf, const char *fmt, struct tm *tm);
8
#endif
9
 
10
#endif // STRPTIME_H