On Tue, 14 May 2002, Bob Ammerman wrote: >Oops: it should read: > >The above is also standard "C", if a little strange. The downside is that >the sizeof stuff is ASSUMED TO BE 'n' bytes. ... > >Bob Ammerman >RAm Systems > >----- Original Message ----- >From: "Bob Ammerman" >To: >Sent: Tuesday, May 14, 2002 1:24 PM >Subject: Re: [PIC]: Kindergarten Play Structures > > >> ANSI "C" >> >> memset( &stuff, 0, sizeof(stuff) ); memset((void*)&stuff, 0, sizeof(stuff)); this saves 1 warning for me. Peter -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.