This header was originally in the C standard library as<assert.h>.
This header is part of theerror handling library.
Macros | |
| aborts the program if the user-specified condition is nottrue. May be disabled for release builds. (function macro)[edit] | |
#define assert(E) /* see description */