14 #ifndef ZTH_OS_WINDOWS
20 abort(
"assertion failed at %s:%d: %s", file ? file :
"?", line, expr ? expr :
"?");
22 abort(
"assertion failed at %s:%d", file ? file :
"?", line);
void abort(char const *fmt,...) noexcept
Aborts the process after printing the given printf() formatted message.
void assert_handler(char const *file, int line, char const *expr)
static bool const EnableFullAssert
Show failing expression in case of a failed assert.