From ec94f1e8f8a9ef263ff1be098901d1708be4804d Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 2 Sep 2021 23:04:25 +0400 Subject: Initial commit --- 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