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