Sample: cleaning up Inheritance
[io/quag.git] / libs / basekit / source / PortableStrptime.h
blobd2b5d2a3077b426c6f27b87a66d5b971c85c542c
1 #include <time.h>
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
7 /*#ifdef IO_NEEDS_STRPTIME */
8 char *io_strptime(char *buf, char *fmt, struct tm *tm);
9 /*#endif*/
11 #ifdef __cplusplus
13 #endif