#ifndef _TEST_HEAP_H_ #define _TEST_HEAP_H_ #include "tests.h" void test_heap( test_info_t** info ); #endif // _TEST_HEAP_H_