miller/c/lib/netbsd_strptime.h
2017-04-07 23:31:32 -04:00

7 lines
172 B
C

#ifndef NETBSD_STRPTIME_H
#define NETBSD_STRPTIME_H
#include <time.h>
char* netbsd_strptime(const char *buf, const char *fmt, struct tm *tm);
#endif // NETBSD_STRPTIME_H