摘要: 总结了一下线性链表的实现方式,贴在了博客里,欢迎大家批阅指正。 1 #include "stdio.h" 2 #include "stdlib.h" 3 4 #define LIST_OK 0 5 #define LIST_ERROR 1 6 7 typedef unsigned int UINT3 阅读全文
posted @ 2020-08-07 14:47 ***的博客 阅读(284) 评论(0) 推荐(0) 编辑