From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "ozan s. yigit" Message-ID: <4da3d9af.0203151259.13de5c01@posting.google.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit References: <87adtj7yyl.fsf@becket.becket.net>, <4da3d9af.0203131248.60d6899e@posting.google.com>, <3C914E64.D5D00447@null.net> Subject: Re: macro fun [Re: [9fans] plan or side effect] Date: Mon, 18 Mar 2002 10:38:29 +0000 Topicbox-Message-UUID: 68758506-eaca-11e9-9e20-41e7f4b1d025 one last hello boyd program. i'm curious if this one is considered non-conforming too. #include #include int main(int argc, char **argv) { char buf[256]; strcpy(buf, strcpy(buf, strcpy(buf, strcpy(buf, strcpy(buf, strcpy(buf, strcpy(buf, strcpy(buf, "hello boyd!")))))))); printf("%s\n", buf); return 0; } bent!oz| gcc -O2 -o t t.c cpp0: Cannot allocate 939136576 bytes after allocating 457620 bytes i'll go buy more memory. oz --- entia non sunt multiplicanda praeter necessitatem -- william of occam