Files
opt-pricer/src/strptime.h
2017-07-23 22:48:20 -04:00

7 lines
113 B
C

#ifndef STRPTIME_H
#define STRPTIME_H
char *strptime(const char* s, const char* format, struct tm *tm);
#endif