blob: e8edafc33b55d9825e9e338246f46406d6b5a0f7 [file]
#define assert(e) { if (!(e)) { printf("Assertion failed\n"); abort(); } }