【更新说明】

2012-4-22:更新了slist.c中的slist_delete函数实现。

【描述】仿照《系统程序员成长计划》通用双链表,写的一个通用单链表。如有错误,欢迎指正。

【清单】

slist.h


slist.c


test.c


Makefile


 

 

 

 

转载请标明出处,仅供学习交流,勿用于商业目的

Copyright @ http://blog.csdn.net/tandesir

 

 

 

 

 

 

相关文章:

  • 2022-01-31
  • 2022-12-23
  • 2021-04-05
  • 2021-04-12
  • 2021-10-09
  • 2021-11-29
  • 2021-08-10
猜你喜欢
  • 2021-06-13
  • 2021-09-02
  • 2021-05-25
  • 2022-02-14
  • 2022-12-23
  • 2021-12-01
  • 2021-12-17
相关资源
相似解决方案