随笔分类 -  数据结构

摘要:内核链表中list_entry的实现原理 先使用内核链表实现数据的基本使用。 #include <stdio.h> #include <stdlib.h> #include "kernel_list.h" //内核链表的头文件 struct node //大结构体 { int data; struc 阅读全文
posted @ 2022-08-27 19:31 芋圆芋泥 阅读(955) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示