aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-13 01:59:08 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-13 01:59:08 -0700
commit38335886669e58a916ffd730df99cf13fbba43d4 (patch)
treea448abea07cfc4fe2d35c6e4ad00f893da4b486b
parent656fa93141e8930c76ee698648ed9bf1cbf2ba33 (diff)
Update comments
-rw-r--r--list.c1
-rw-r--r--list.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/list.c b/list.c
index 49aeaac..d2547c4 100644
--- a/list.c
+++ b/list.c
@@ -1,3 +1,4 @@
+// references:
// "C Primer Plus" Chapter17 practice 17 practice problem 2
//list.c--支持列表操作的函数
diff --git a/list.h b/list.h
index 06f97f2..0baca25 100644
--- a/list.h
+++ b/list.h
@@ -1,3 +1,4 @@
+// references:
// "C Primer Plus" Chapter17 practice 17 practice problem 2
/*list.h--简单列表类型的头文件*/