diff options
Diffstat (limited to 'list.c')
-rw-r--r-- | list.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ // references: -// "C Primer Plus" Chapter17 practice problem 2 +// edited from "C Primer Plus" Chapter17 practice problem 2 //list.c--支持列表操作的函数 #include <stdio.h> |