MU Library
assert.hpp File Reference
#include <assert.h>
Include dependency graph for assert.hpp:
This graph shows which files directly or indirectly include this file:

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...