Implemented Stacks and Queues.
commitc51f84317d35c79f95df0a42c172abd8729ccca0
authorSteven Schronk <steven@schronk.com>
Tue, 4 Jan 2011 20:57:30 +0000 (4 14:57 -0600)
committerSteven Schronk <steven@schronk.com>
Tue, 4 Jan 2011 20:57:30 +0000 (4 14:57 -0600)
tree1a502f5579cbb6324174b24281a63d95beffdfc1
parent99054fdcd460f83ee0d2c4db369a5fefa6413a9d
Implemented Stacks and Queues.

This includes unit testing for both modules.

Bugs in Linked List implementation have been found as a result
and removed.

Shortened test messages to make room for longer descriptions.
lib_ll.c
lib_ll.h
lib_test.c
lib_vqueue.h [new file with mode: 0644]
lib_vstack.h [new file with mode: 0644]