From: lothloriel AT bc1 DOT com (Burton Radons/Lothloriel, Hollow Dreams) Newsgroups: comp.lang.c,comp.os.msdos.djgpp Subject: '...' handling (with djgpp, although likely ubiquitous)... Date: Sun, 03 Aug 1997 18:05:45 GMT Organization: Hollow Dreams Message-ID: <33e5c2e0.51066140@news.bc1.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 207.34.139.42 Lines: 15 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Base function: char *rsprintf(const char *format, ...) { va_list args; char *buffer; /* and on and on... */ } What would I have to do to... err... set 'args' to '...'? That half of the reference manual was stolen several years ago, before I could get to it, so fluid-depth arguments are still an absolute mystery to me. - Burton Radons/Lothloriel, Hollow Dreams lothloriel AT bc1 DOT com