Re: Variable argument list not working
Re: Variable argument list not working
- Subject: Re: Variable argument list not working
- From: Ondra Cada <email@hidden>
- Date: Wed, 14 Aug 2002 14:58:21 +0200
On Tuesday, August 13, 2002, at 08:23 , Pierre-Olivier Latour wrote:
The problem is I need to pass a variable argument list, not a "va_list"
argument? Is this possible?
No, unless you do some serious and dirty assembly-level hacking.
Does all this works only with GCC or with any C compiler? I need to write
standard portable code.
Then the *only* way to do this is a va_list argument.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.