* lib/u64.h: Add include guard.
2025-08-31 Collin Funk <collin.funk1@gmail.com>
+ u64: Allow the header to be included twice.
+ * lib/u64.h: Add include guard.
+
crypto/sha3: New module.
* modules/crypto/sha3: New file.
* lib/sha3-stream.c: New file, based on sha512-stream.c.
/* Written by Paul Eggert. */
+#ifndef U64_H
+#define U64_H 1
+
/* This file uses _GL_INLINE_HEADER_BEGIN, _GL_INLINE. */
#if !_GL_CONFIG_H_INCLUDED
#error "Please include config.h first."
#endif
_GL_INLINE_HEADER_END
+
+#endif