Implemented new features in Linked List.
commit29763222285d9dc716a70f15e8dc62bbc0cf9378
authorSteven Schronk <steven@schronk.com>
Wed, 2 Feb 2011 17:59:10 +0000 (2 11:59 -0600)
committerSteven Schronk <steven@schronk.com>
Wed, 2 Feb 2011 17:59:10 +0000 (2 11:59 -0600)
tree66f95818aa2a84f1468de45e43547fcf27f2cf17
parente25abff53a2f2f8f208e36b90b40c6f47e7ab4c7
Implemented new features in Linked List.

Function list_search was a stub function, now implemented.

Function list_append now links two linked lists together.

Two functions now export a linked lists properties. One exports
the pointer for each node, the other exports the data payload
pointers for the lists.
lib_ll.c
lib_ll.h
lib_test.c