From: Martin DOT Stromberg AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Generic Data Structures in C Date: 10 Jun 1999 08:21:38 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 15 Message-ID: <7jnsii$plv$1@antares.lu.erisoft.se> References: <375F09D6 DOT 15D8 AT home DOT com> NNTP-Posting-Host: mars.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Salvador I. Ducros (sducros AT home DOT com) wrote: : I'm wondering if anyone here knows of a library, or maybe : just some code, implementing a generic data structure in C. : By "generic" I mean a data structure (e.g. list, stack, whatever) : that does not depend on the data type of the information being stored : in the data structure. In other words, something "similar" to the : template mechanism of C++. I'm not sure it's what you're after but perhaps "void *"? Right, MartinS