第六章 数据结构

   

struct list_head {

        struct list_head *next, *prev;

};

  

   

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