Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!sei.cmu.edu!fs7.ece.cmu.edu!o.gp.cs.cmu.edu!andrew.cmu.edu!ea08+ From: ea08+@andrew.cmu.edu (Eric A. Anderson) Newsgroups: comp.lang.c Subject: Constructing Variable arguments... Message-ID: Date: 22 Jun 91 03:10:11 GMT Organization: Carnegie Mellon, Pittsburgh, PA Lines: 15 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" *********************************************************