Re: Passing variable argument list on to another function
Re: Passing variable argument list on to another function
- Subject: Re: Passing variable argument list on to another function
- From: "Erik M. Buck" <email@hidden>
- Date: Fri, 24 Aug 2001 16:53:54 -0500
On most UNIX, there are printf and sprintf variants for varargs.
look for vsprintf(). If Apple has removed these functions...