From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3C9890C3.12C18E80@strakt.com> From: Boyd Roberts MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: macro fun [Re: [9fans] plan or side effect] References: <87adtj7yyl.fsf@becket.becket.net>, <4da3d9af.0203131248.60d6899e@posting.google.com>, <3C914E64.D5D00447@null.net> <4da3d9af.0203150929.1d3154d2@posting.google.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 20 Mar 2002 14:38:11 +0100 Topicbox-Message-UUID: 6aaf3c36-eaca-11e9-9e20-41e7f4b1d025 "ozan s. yigit" wrote: > int main(int argc, char **argv) { > char buf[10]; > strcpy(buf, "hello boyd!"); > printf("%s\n", buf); I was pretty sure what it was; meta macro woe to inline some 'orrible glop. I think I'd re-declare: char buf[12]; 'cos strlen("hello boyd!") == 11