Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!ames!think!samsung!cs.utexas.edu!sun-barr!newstop!sun!imagen!atari!portal!portal!cup.portal.com!ts From: ts@cup.portal.com (Tim W Smith) Newsgroups: comp.lang.c Subject: Re: Nested Comments in C -- A recent experience Message-ID: <28009@cup.portal.com> Date: 18 Mar 90 11:54:58 GMT References: <1990Mar11.065712.9798@usenet.ins.cwru.edu> <680021@hpmwjaa.HP.COM> Organization: The Portal System (TM) Lines: 26 How about memcpy( &x, /* destination */ &y, /* source */ sizeof(x) /* count */ ); Of course, this will lead to arguments about how the parens shoudl go, e.g., memcpy ( ... ) vs. memcpy ( ... ) etc. :-) Tim Smith