Passing va_args...

Kean Johnston jkj@sco.com
Fri Oct 14 18:27:00 GMT 2005


>>I'am looking for some way to pass variable arguments to another
>>function that receives variable arguments without using va_list.
> 
> 
> This is impossible.

USL C has a very neat construct called '&...' which was designed
for exactly this purpose. One day when I have idle cycles (yeah right)
I will look into adding this as an extension.

Kean



More information about the Gcc mailing list