From 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Sep 2026 21:50:34 +0200 Subject: Added include guards --- src/solvers/h48/utils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/solvers/h48/utils.h') diff --git a/src/solvers/h48/utils.h b/src/solvers/h48/utils.h index 6d91108..81c6451 100644 --- a/src/solvers/h48/utils.h +++ b/src/solvers/h48/utils.h @@ -1,3 +1,6 @@ +#ifndef SOLVERS_H48_UTILS_H +#define SOLVERS_H48_UTILS_H + #if SIZE_MAX == UINT64_MAX #define H48_HMAX UINT8_C(11) #else @@ -63,3 +66,5 @@ dataid_h48(const char *str, char buf[SIZE(NISSY_SIZE_DATAID)]) sprintf(buf, "h48h%" PRIu8, h); return NISSY_OK; } + +#endif /* SOLVERS_H48_UTILS_H */ -- cgit v1.3