mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Move memory_manager and assert into kutil.
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
[[noreturn]] void __kernel_assert(const char *file, unsigned line, const char *message);
|
||||
|
||||
#define kassert(stmt, message) if(!(stmt)) { __kernel_assert(__FILE__, __LINE__, (message)); } else {}
|
||||
Reference in New Issue
Block a user