1 2 3 4 5 6 7
#ifndef ASSERT_TEST_H #define ASSERT_TEST_H int assert_enable(int val); int assert_test(int val); #endif