test_stack_str.h (229B)
1 #ifndef TEST_STACK_STR_H 2 #define TEST_STACK_STR_H 3 4 #include <CUnit/Basic.h> 5 #include "../stack_str.h" 6 7 void test_stack_str_init(); 8 void test_stack_str_push(); 9 void test_stack_str_get_getlast(); 10 void test_stack_str_pop(); 11 12 #endif