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

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

#endif