Re: Variable argument list not working
Re: Variable argument list not working
- Subject: Re: Variable argument list not working
- From: Jim Correia <email@hidden>
- Date: Tue, 13 Aug 2002 14:38:49 -0400
On Tuesday, August 13, 2002, at 02:23 PM, Pierre-Olivier Latour wrote:
The problem is I need to pass a variable argument list, not a "va_list"
argument? Is this possible?
Yes. You'll need two variants of your function just like there is printf
and vprintf. Look at the prototypes for NSLog and NSLogV and you should
be able to take it from there.
Jim
_______________________________________________
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.