linux內核編程之list_head

【版權聲明:轉載請保留出處:blog.csdn.net/gentleliu。郵箱:shallnew*163.com】 node linux內核頭文件 #include <linux/list.h> 中定義了一個list_head類型的結構體:linux struct list_head { struct list_head *next, *prev; }; 通常咱們的鏈表節點都包含許多成員,要使
相關文章
相關標籤/搜索