Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!csc.ti.com!ti-csl!tilde.csc.ti.com!axis!cuda!olson From: olson@cuda.aaet.csc.ti.com (Doug Olson) Newsgroups: comp.lang.c Subject: generic list routines Message-ID: <1991Feb19.230329.26477@axis.dsg.ti.com> Date: 19 Feb 91 23:03:29 GMT Sender: news@axis.dsg.ti.com (System News Administ) Organization: Texas Instruments Incorporated, Austin, TX Lines: 17 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 =======================================================