Date: Fri, 20 Aug 93 07:52:56 MDT From: cwolff AT slowboy DOT intellistor DOT com (Clint Wolff) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: varargs ----- Begin Included Message ----- From: Mark Bergman Subject: varargs Does anyone have some good examples of code using variable argument lists ? ----- End Included Message ----- The reference I always use is the file doprnt.c in ~djgpp/libsrc/c/io It handles the printf family of functions, so the code is also self- documenting (sort of).... E-mail me if you don't have the library source handy, and I will send it to you... clint