diff options
author | pommicket <pommicket@gmail.com> | 2025-02-25 14:41:59 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-25 15:16:09 -0500 |
commit | 5626363c05bd379047cbe102feaceb18a04a738c (patch) | |
tree | 5e9599171fc38a61f1f53988627013b289377f1e /util.h | |
parent | 9b90ceee792cb51917af474ddcbc47edaacff16b (diff) |
start logger
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#ifndef UTIL_H_ +#define UTIL_H_ + #include <stdarg.h> #include <stddef.h> #include <stdlib.h> @@ -44,3 +47,5 @@ static uint8_t popcount64(uint64_t x) { } return cnt; } + +#endif |