list.c
, list.h
,
testList.c
from
here into your lab11
directory.
void print_reverse(List l)
List extract_unique(List l)
Further clarifications about each function are provided inside list.c
file.
testList.c
, but it is up to you to confirm the correctness of your implementation.
Note: for this lab there will be no dryrun set up. It's part of the assessment to confirm that your implementation is working correctly. If you are not certain with some parts of the spec, ask your tutor questions. Resolving spec ambiguities is an important part of software development.
$ give cs1917 lab11 list.c