diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-15 16:16:10 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-15 16:16:10 -0700 |
commit | 6a4bdce293cc6c6cdde28c909058870f9e63598a (patch) | |
tree | 2d801511030d5d521c567bbfd250a39053f410cb /list.c | |
parent | a880d1eb9cd56d3423a5b7fd32725f032e75e540 (diff) |
update comment
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 17 problem 2 +// "C Primer Plus" Chapter17 practice problem 2 //list.c--支持列表操作的函数 #include <stdio.h> |