From 39031e84952db7d1f981c2c748558aacffc0a3e4 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 24 Aug 2025 22:54:28 +0900 Subject: feat: add include guard --- src/std.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/std.h') diff --git a/src/std.h b/src/std.h index f5dc3ba..a2ab45e 100644 --- a/src/std.h +++ b/src/std.h @@ -1,3 +1,6 @@ +#ifndef DUCC_STD_H +#define DUCC_STD_H + #include struct FILE; @@ -50,3 +53,5 @@ char* dirname(char*); #define BOOL int #define TRUE 1 #define FALSE 0 + +#endif -- cgit v1.2.3-70-g09d2