chiark / gitweb /
typo.
[disorder] / lib / strptime.h
CommitLineData
477f956c
RK
1#ifndef STRPTIME_H
2#define STRPTIME_H
3
4#include <time.h>
5
6char *my_strptime(const char *buf,
7 const char *format,
8 struct tm *tm);
9
10#endif /* STRPTIME_H */
11
12/*
13Local Variables:
14c-basic-offset:2
15comment-column:40
16fill-column:79
17indent-tabs-mode:nil
18End:
19*/