Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!ron@brl-vgr From: ron%brl-vgr@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: Please use NULL instead of 0 whenever you have a pointer! Message-ID: <15504@sri-arpa.UUCP> Date: Sun, 15-Jan-84 05:50:08 EST Article-I.D.: sri-arpa.15504 Posted: Sun Jan 15 05:50:08 1984 Date-Received: Tue, 17-Jan-84 02:24:23 EST Lines: 7 From: Ron Natalie I'm sorry but whoever claimed NULL was the same as zero was correct. Zero is the only integer you are assured to be able to assign to or compare with a pointer. If you can't it is a bug with your C implementation. -Ron