Defines a custom assertion macro. More...
Go to the source code of this file.
Macros | |
#define | sys_assert(condition) |
Asserts that a condition is true. More... | |
Functions | |
void | sys_abort (void) |
Aborts the current process immediately. More... | |
void | sys_panicf (const char *fmt,...) |
Prints a formatted panic message and aborts the process. More... | |
Defines a custom assertion macro.
This file provides an sys_assert
macro that can be used for debugging purposes.
Definition in file assert.h.