Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!ihuxy!lied From: lied@ihuxy.UUCP Newsgroups: comp.lang.c Subject: Re: NULL, zero, and readable code Message-ID: <2021@ihuxy.ATT.COM> Date: Tue, 7-Jul-87 18:28:23 EDT Article-I.D.: ihuxy.2021 Posted: Tue Jul 7 18:28:23 1987 Date-Received: Thu, 9-Jul-87 05:49:05 EDT References: <8170@brl-adm.ARPA> Organization: AT&T Bell Laboratories - Naperville, Illinois Lines: 9 > ... NULL is not, repeat, NOT, equal to zero ... > NULL, on the other hand, is the absence of any number... > NULL is hex 0 while zero is hex 30. Therefore, stdio.h > should define NULL as 0x0, not 0 which would be 0x30.... > As for TRUE and FALSE, FALSE should be 0 or 0x30 and TRUE should be !FALSE. > > DISCLAIMER: I'm just a Poli Sci major. If this is a serious posting, you have made a wise decision.