assert.h File Reference

assert

The assert() macro inserts diagnostics into programs. When executed, if the expression is false (that is, compares equal to 0), assert() writes information about the call that failed on stderr and then calls abort().

_assert

__assert ( const char *, const char *, int, const char * )

IMPORT_C void__assert(const char *,
const char *,
int,
const char *
)