摘要: /*单链表的操作C语言实现Slyar 2009.3.23http://www.slyar.com*/ #include #include /* 给 char 类型定义别名 datatype */typedef char datatype; /* 定义链表节点类型 */typedef struct ... 阅读全文
posted @ 2010-03-10 15:33 thunderhao 阅读(147) 评论(0) 推荐(0) 编辑