assert.h (81B)
1 #ifndef ASSERT_H 2 #define ASSERT_H 3 4 #define ASSERT(x) 5 #define trespass(x) 6 7 #endif