Add static, runtime and debug assert utilities
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
assert(array != NULL);
|
||||
wapp_debug_assert(array != NULL, "`array` should not be NULL");
|
||||
array->count = 0;
|
||||
|
Reference in New Issue
Block a user