From c72951a36d6cb9775dc1ecd9bc26bc13e796f10c Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 2 Jul 2022 13:45:09 -0700 Subject: Dropping the async interface, and adding some real uarch. --- util/assert.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 util/assert.h (limited to 'util/assert.h') diff --git a/util/assert.h b/util/assert.h new file mode 100644 index 0000000..84bd44c --- /dev/null +++ b/util/assert.h @@ -0,0 +1,3 @@ +#pragma once + +void ASSERT(bool cond, const char *msg); -- cgit v1.2.3