list_head双向链表的删除问题

下面的程序,目的是遍历一条链表,逐条的删除没一个节点。linux [code]指针         struct list_head *listp;         struct arethe*  arethep;         list_for_each(listp, arethe_list)         {                   arethep = list_entry(l
相关文章
相关标签/搜索