Newsgroups: comp.lang.c
Path: utzoo!sq!msb
From: msb@sq.sq.com (Mark Brader)
Subject: Re: Creating pointer with all bits 0 (was: Referencing NULL pointers)
Message-ID: <1989Sep1.180510.23662@sq.sq.com>
Reply-To: msb@sq.com (Mark Brader)
Organization: SoftQuad Inc., Toronto
References: <1989Aug31.052756.18524@sq.sq.com> <1104@virtech.UUCP>
Date: Fri, 1 Sep 89 18:05:10 GMT

Conor P. Cahill (cpcahil@virtech.UUCP) corrects me:
>        memset ((void *) &p, 0, sizeof p);
>                         ^^

He's right, of course.  I hate it when other people post an incorrect
correction to a posted article, and I apologize for doing that myself.

-- 
Mark Brader, utzoo!sq!msb, msb@sq.com		C unions never strike!

This article is in the public domain.
