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 /list.c | |
parent | 6a4bdce293cc6c6cdde28c909058870f9e63598a (diff) |
edit comments
Diffstat (limited to 'list.c')
-rw-r--r-- | list.c | 2 |
1 files changed, 1 insertions, 1 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> |