Hey all!
I am having a problem copying Linked Lists.
My Struct has the following fields.
list->data
list->number
list->exit
Exit is the tail, data is the head.
I tried doing this..
copyList->data = list->data
but it resulted in a fail of epic proportions.
Can anyone give me a hand please?