|
MU Library
|
#include <assert.h>

Go to the source code of this file.
Namespaces | |
| mu | |
Functions | |
| void | mu::Assert (bool cond, const char *file=__builtin_FILE(), const char *func=__builtin_FUNCTION(), int line=__builtin_LINE()) |
| Assertion function for runtime checks. More... | |
| void | mu::exit () |
| Terminates the MU kernel execution. More... | |