#include #include void asrt(int b) { if (!b) { printf("ASSERTION ERROR\n"); abort(); } }