[comp.lang.c] generic list routines

olson@cuda.aaet.csc.ti.com (Doug Olson) (02/20/91)

I need to create a number of similar lists, each list will be the
same in structure with different data. We are currently designing the
data structures so I need to know how the list pointers should be
defined to allow a single set of list processing routines to work on
all of the lists. I also need to know how to go about putting together
a generic set of list functions for a specific type of list, I expect
this will be obvious once the correct data structures are defined.

Thanks in advance,
--
=======================================================
Doug Olson		| P.O. Box 149149, M/S 2227	
Texas Instruments	| Austin, Texas, 78714-9149	
12501 Research Blvd	| olson@aaet.csc.ti.com		
=======================================================