Go to the source code of this file.
Defines | |
#define | _assert(ex) {if (!(ex)){(void)fprintf(stderr,"Assertion failed: file \"%s\", line %d\n", __FILE__, __LINE__);(void) abort();}} |
#define | assert(ex) _assert(ex) |
|
|
|
Definition at line 9 of file assert.h. Referenced by compute_poly(), Enumerate_NoParameters(), Polyhedron_Enumerate(), and SMAlloc(). |