From 5626363c05bd379047cbe102feaceb18a04a738c Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 25 Feb 2025 14:41:59 -0500 Subject: start logger --- util.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index 0a87c0c..4aedcd9 100644 --- a/util.h +++ b/util.h @@ -1,3 +1,6 @@ +#ifndef UTIL_H_ +#define UTIL_H_ + #include #include #include @@ -44,3 +47,5 @@ static uint8_t popcount64(uint64_t x) { } return cnt; } + +#endif -- cgit v1.2.3