Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <9906031749.AA01806@vviuh221.vvi.com> Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 4.2mach v148) From: David Young Date: Thu, 3 Jun 99 13:49:23 -0400 To: Subject: stdarg question Reply-To: dyoung AT vviuh221 DOT vvi DOT com References: <37561EEE DOT CD42A54D AT kiwi DOT iamp DOT tohoku DOT ac DOT jp> <19990603131959 DOT A26063 AT ba DOT best DOT com> I have a function using the stdarg facility such as: myfunc(arg1, arg2, ...) and in its body I want to pass the stdarg (vararg) part of the stack such as: myfunc(arg1, arg2, ...) { /* do stuff */ anotherfunction(argA, ...); /* do more stuff */ return; } But because there is no parameter name for the vararg argument part (i.e.: ...) I don't see how to pass that to anotherfunction() Can passing the vararg part be done? How? Thanks A Bunch! David Young; VVI-DCS dyoung AT vvi DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com