#include "utils_assert.h" void assert(int check) { while(!check) { // dead loop here }; }