Closed iainworkman closed 8 years ago
Things to consider in the design document:
/*
Removes the current item from the list and returns it. Makes the next item
the new current item.
*/
void *ListRemove(list)
What do we do when removing the last item?
This should describe your design decisions and ideas of how to progress with the rest of the assignment in a text file named PartC.design.txt