diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 01:59:08 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 01:59:08 -0700 |
commit | 38335886669e58a916ffd730df99cf13fbba43d4 (patch) | |
tree | a448abea07cfc4fe2d35c6e4ad00f893da4b486b | |
parent | 656fa93141e8930c76ee698648ed9bf1cbf2ba33 (diff) |
Update comments
-rw-r--r-- | list.c | 1 | ||||
-rw-r--r-- | list.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +// references: // "C Primer Plus" Chapter17 practice 17 practice problem 2 //list.c--支持列表操作的函数 @@ -1,3 +1,4 @@ +// references: // "C Primer Plus" Chapter17 practice 17 practice problem 2 /*list.h--简单列表类型的头文件*/ |