7 lines
113 B
C
7 lines
113 B
C
#ifndef STRPTIME_H
|
|
#define STRPTIME_H
|
|
|
|
char *strptime(const char* s, const char* format, struct tm *tm);
|
|
|
|
#endif
|