#ifndef _LIB_TEST_H_ #define _LIB_TEST_H_ void SAPI linked_list_test(void); void SAPI avl_tree_test(void); #endif