chiark
/
gitweb
/
~mdw
/
disorder
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Support uniform audio command backend from disorder-playrtp. A useful
[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
*/