#pragma once #include <stdlib.h> #define assert(expr) { if (!(expr)) abort(); }