diff options
Diffstat (limited to 'src/strptime.h')
-rw-r--r-- | src/strptime.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/strptime.h b/src/strptime.h new file mode 100644 index 00000000..f5482201 --- /dev/null +++ b/src/strptime.h @@ -0,0 +1,6 @@ +#ifndef STRPTIME_H +#define STRPTIME_H + +char* strptime(const char *buf, const char *fmt, struct tm *tm); + +#endif
\ No newline at end of file |