repo.or.cz
/
io
/
quag.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sample: cleaning up Inheritance
[io/quag.git]
/
libs
/
basekit
/
source
/
PortableStrptime.h
blob
d2b5d2a3077b426c6f27b87a66d5b971c85c542c
1
#include <time.h>
2
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
7
/*#ifdef IO_NEEDS_STRPTIME */
8
char
*
io_strptime
(
char
*
buf
,
char
*
fmt
,
struct
tm
*
tm
);
9
/*#endif*/
10
11
#ifdef __cplusplus
12
}
13
#endif