第六章 数据结构

   

struct list_head {

        struct list_head *next, *prev;

};

  

   

posted @ 2022-09-02 14:59  atomxing  阅读(30)  评论(0)    收藏  举报