From ca375cc8af4bb9d3a870dd0ff81e9853be216c87 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 10 Apr 2023 19:36:12 +0200 Subject: Use #pragma once --- src/strptime.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/strptime.h') 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 -- cgit v1.2.3