Implemented Linked List and Unit Tests.
commitd6fe23569b9c0e2f31acb6ad3f9c90dfec6bd3e9
authorSteven Schronk <steven@schronk.com>
Fri, 31 Dec 2010 19:07:56 +0000 (31 13:07 -0600)
committerSteven Schronk <steven@schronk.com>
Fri, 31 Dec 2010 19:07:56 +0000 (31 13:07 -0600)
treeab0078d84e485581d5f391495a03015e618b5565
parentc4536030a32d5144115118c64ed78b36ba712d83
Implemented Linked List and Unit Tests.

The remove functions are not working, but are close to completion.

Use with caution.
Makefile [new file with mode: 0644]
lib_ll.c [new file with mode: 0644]
lib_ll.h [new file with mode: 0644]
lib_test.c [new file with mode: 0644]
lib_test.h [new file with mode: 0644]
linked_list.c [deleted file]
linked_list.h [deleted file]
main.c [deleted file]