This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | __ERROR(t, s) fprintf(stderr, "*** %s: %s[%d]: %s\n", (t), __FILE__, __LINE__, (s)) |
#define | ERROR(s) __ERROR("ERROR",s) |
#define | INTERNAL_ERROR(s) __ERROR("INTERNAL ERROR",s) |
|
|
|
|
|
Definition at line 8 of file error.h. Referenced by draw_it(). |