From bde3db26330f878d073359476f27c3a90c9b582d Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 18 Jan 2024 13:01:04 -0500 Subject: Initial commit on new cgit platform --- util.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 util.h (limited to 'util.h') diff --git a/util.h b/util.h new file mode 100644 index 0000000..6f748b8 --- /dev/null +++ b/util.h @@ -0,0 +1,2 @@ +#undef explicit_bzero +void explicit_bzero(void *, size_t); -- cgit v1.2.3-54-g00ecf