From 38335886669e58a916ffd730df99cf13fbba43d4 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 13 May 2025 01:59:08 -0700 Subject: Update comments --- list.c | 1 + list.h | 1 + 2 files changed, 2 insertions(+) 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--简单列表类型的头文件*/ -- cgit v1.2.3-70-g09d2