List.h


Abstract: Simple Linked-List implementation

Each item is a void*, giving the flexability to use any data time. When the list is destroyed, each item is free()d.

(C)2001-2003 Stewart Smith

Distributed under the GNU Public License

See the included LICENSE file for details





(Last Updated 4/21/2003)
HTML documentation generated by HeaderDoc