Functions and macros to assert, exit() or abort() and capture backtraces. More...
#include <Assert.h>
Static Public Member Functions | |
static SC_COMPILER_FORCE_INLINE void | unreachable () |
static void | exit (int code) |
Exits current process with the given code. | |
static void | printBacktrace (const char *expression, const char *filename, const char *function, int line) |
Prints an assertion to standard output. | |
Functions and macros to assert, exit() or abort() and capture backtraces.
|
static |
Exits current process with the given code.
|
static |
Prints an assertion to standard output.