摘要: 数据结构(双向链表...)操作API list双向链表 . static inline void list_splice(const struct list_head *list, struct list_head *head) 将两个链表拼接,比如:head (2,3),list(4,5) 拼接后 阅读全文
posted @ 2022-02-04 09:38 aspirs 阅读(42) 评论(0) 推荐(0)