HW_Lib/demo/list/t_list.h

12 lines
186 B
C
Raw Normal View History

2024-06-21 05:25:01 +00:00
//
// Created by lydxh on 24-6-21.
//
#ifndef HW_LIB_T_LIST_H
#define HW_LIB_T_LIST_H
2024-09-21 15:07:22 +00:00
extern int Test_List(void *pVoid);
2024-06-21 05:25:01 +00:00
2024-09-21 15:07:22 +00:00
extern int Test_Queue(void *pVoid1);
2024-06-21 05:25:01 +00:00
#endif //HW_LIB_T_LIST_H