#include "aplos.h" void assert(bool check) { if(!check) halt(); }