stdarg question

David Young dyoung@vviuh221.vvi.com
Thu Jun 3 10:39:00 GMT 1999


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@vvi.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list