Re: variadic variable argument list in #define
Re: variadic variable argument list in #define
- Subject: Re: variadic variable argument list in #define
- From: Jens Bauer <email@hidden>
- Date: Tue, 10 Feb 2004 02:26:28 +0100
Hi Ben,
You need to name at least one argument...
See:
http://objc-source.com/hints.html
On Tuesday, Feb 10, 2004, at 01:30 Europe/Copenhagen, Ben Dougall wrote:
i'd like to use a variable argument list in a #define macro just like
what's at the start of the above linked to page, but when i use it
like this for example:
#define mf(...) myfunction(__VA_ARGS__,NULL)
Love,
Jens
_______________________________________________
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.