diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-15 16:18:48 -0700 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-15 16:18:48 -0700 |
| commit | ddcdaa099a9299886051c2cc7a80fdabbf5581ef (patch) | |
| tree | 9a5ab03bed6d62182b858b9246fd7e9506a296db | |
| parent | 6a4bdce293cc6c6cdde28c909058870f9e63598a (diff) | |
edit comments
| -rw-r--r-- | list.c | 2 | ||||
| -rw-r--r-- | list.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ // references: -// "C Primer Plus" Chapter17 practice problem 2 +// edited from "C Primer Plus" Chapter17 practice problem 2 //list.c--支持列表操作的函数 #include <stdio.h> @@ -1,5 +1,5 @@ // references: -// "C Primer Plus" Chapter17 practice problem 2 +// edited from "C Primer Plus" Chapter17 practice problem 2 /*list.h--简单列表类型的头文件*/ #ifndef LIST_H_ |
