Re: Multiline using #define
Re: Multiline using #define
- Subject: Re: Multiline using #define
- From: David Reed <email@hidden>
- Date: Sat, 5 Jun 2004 16:12:32 -0400
Precede your line breaks with \ (backslash). The preprocessor will
treat it as all one line.
#define kMyConstant DoSomething(blah, \
blah, blah, \
blah)
David.
On Saturday, Jun 5, 2004, at 15:57 US/Eastern, Stefan Pantke wrote:
Hi folks,
just forgot how to define multiline constants in C.
A single line constant wouldn't be OK.
Any ideas?
Stefan
_______________________________________________
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.
_______________________________________________
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.