list_head雙向鏈表的刪除問題

下面的程序,目的是遍歷一條鏈表,逐條的刪除沒一個節點。linux [code]指針         struct list_head *listp;         struct arethe*  arethep;         list_for_each(listp, arethe_list)         {                   arethep = list_entry(l
相關文章
相關標籤/搜索