test_stack_u64.h (245B)
1 #ifndef TEST_STACK_U64_H 2 #define TEST_STACK_U64_H 3 4 #include "../stack_u64.h" 5 #include <CUnit/Basic.h> 6 7 void test_stack_u64_init(void); 8 void test_stack_u64_push(void); 9 void test_stack_u64_get_getlast(void); 10 void test_stack_u64_pop(void); 11 12 #endif