From 9f16b032d38613ca95e321e1d1e652c43129c68b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 15 Aug 2020 17:42:36 +0200 Subject: Added libgui --- lib/inc/assert.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lib/inc/assert.h (limited to 'lib/inc/assert.h') diff --git a/lib/inc/assert.h b/lib/inc/assert.h deleted file mode 100644 index 2cb095b..0000000 --- a/lib/inc/assert.h +++ /dev/null @@ -1,11 +0,0 @@ -// MIT License, Copyright (c) 2020 Marvin Borner - -#ifndef ASSERT_H -#define ASSERT_H - -#include - -#define assert(exp) \ - (exp) ? 0 : printf("%s:%d: %s: Assertion '%s' failed\n", __FILE__, __LINE__, __func__, #exp) - -#endif -- cgit v1.2.3