From ddcdaa099a9299886051c2cc7a80fdabbf5581ef Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Thu, 15 May 2025 16:18:48 -0700 Subject: edit comments --- list.c | 2 +- list.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/list.c b/list.c index 5d8ebde..c204bce 100644 --- a/list.c +++ b/list.c @@ -1,5 +1,5 @@ // references: -// "C Primer Plus" Chapter17 practice problem 2 +// edited from "C Primer Plus" Chapter17 practice problem 2 //list.c--支持列表操作的函数 #include diff --git a/list.h b/list.h index 712a6fe..d5aef17 100644 --- a/list.h +++ b/list.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_ -- cgit v1.2.3-70-g09d2