Constructing Variable arguments...

Eric A. Anderson ea08+ at andrew.cmu.edu
Sat Jun 22 13:10:11 AEST 1991


Is there any portable or at least semi-portable way of constructing a
variable arguments chunk of memory other than via a function call?
I have a great number of variable argument functions, and it might be
useful in the future to be able to dynamically build the arguments
that get passed. (it is set up so that I can pass a pointer to a
varargs list, a va_list *pvar).
Any suggestions?
          -Eric
*********************************************************
"My life is full of additional complications spinning around until
 it makes my head snap off."
           -Unc. Known.
"You are very smart, shut up."
           -In "The Princess Bride"
*********************************************************



More information about the Comp.lang.c mailing list