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