內核list.h在用戶態使用舉例

1. list的定義指針 struct list_head  { struct list_head *next, *prev; }; #define LIST_HEAD_INIT(name) { &(name), &(name) } #define LIST_HEAD(name) \ struct list_head name = LIST_HEAD_INIT(n
相關文章
相關標籤/搜索