Check assertion value without printing assertion text
#include "matrix.h" void mxAssertS(int expr, char *error_message);
expr
Value of assertion
error_message
Description of why assertion failed
mxAssertS
is like mxAssert
, except
mxAssertS
does not print the text of the failed
assertion.