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