#ifndef ASSERT_H #define ASSERT_H void assert(bool b); #pragma compile("assert.c") #endif