Re: [Somewhat-OT] Unexpected behaviour of variable argument lists
Re: [Somewhat-OT] Unexpected behaviour of variable argument lists
- Subject: Re: [Somewhat-OT] Unexpected behaviour of variable argument lists
- From: j o a r <email@hidden>
- Date: Thu, 16 Sep 2004 15:20:39 +0200
On 2004-09-16, at 15.08, Allan Odgaard wrote:
Strings are concatenated compile time when white-space/newline
delimited, e.g.:
str = "foo" "bar" "fud";
is functionally equivalent to:
str = "foobarfud";
I didn't know that! Weird.
As that's a part of C I guess it's not something that I could ask GCC
to help me catch?
Thanx Allan and Tim!
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden