ipw969 / CMPT332

0 stars 0 forks source link

Assignment 1: Part C ~ Design Document #10

Closed iainworkman closed 8 years ago

iainworkman commented 8 years ago

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

iainworkman commented 8 years ago

Things to consider in the design document:

iainworkman commented 8 years ago
/*
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?