diff options
Diffstat (limited to 'src/strptime.h')
-rw-r--r-- | src/strptime.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/strptime.h b/src/strptime.h index 8c4d9de3..f8917809 100644 --- a/src/strptime.h +++ b/src/strptime.h @@ -1,6 +1,3 @@ -#ifndef INCLUDED_STRPTIME_H -#define INCLUDED_STRPTIME_H +#pragma once char* strptime(const char *buf, const char *fmt, struct tm *tm); - -#endif // INCLUDED_STRPTIME_H |