summaryrefslogtreecommitdiff
path: root/src/strptime.h
blob: 8c4d9de3f1e13e810345543ed79fba7fec25f658 (plain)
1
2
3
4
5
6
#ifndef INCLUDED_STRPTIME_H
#define INCLUDED_STRPTIME_H

char* strptime(const char *buf, const char *fmt, struct tm *tm);

#endif // INCLUDED_STRPTIME_H