diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 15:46:49 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 15:46:49 -0700 |
commit | 385896a0a50850b7e6dbd282941c009e1529e92a (patch) | |
tree | 53f97e08895536a008ab0c83b13060b0cddbd53f /list.h | |
parent | ba5c81c97dd569681b99c0e5e58453311183324b (diff) |
update
Diffstat (limited to 'list.h')
-rw-r--r-- | list.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ // references: -// "C Primer Plus" Chapter17 practice 17 practice problem 2 +// "C Primer Plus" Chapter17 practice 17 problem 2 /*list.h--简单列表类型的头文件*/ #ifndef LIST_H_ |