Include dependency graph for assert.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | assert(expr) if (!(expr)) { printf("Assertion failed (%s) at file '%s', line %d.\n", #expr, __FILE__, __LINE__); abort();} |
Definition in file assert.h.