From owner-freebsd-hackers Sat Feb 15 10:49:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA08776 for hackers-outgoing; Sat, 15 Feb 1997 10:49:31 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA08770 for ; Sat, 15 Feb 1997 10:49:27 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA03747; Sat, 15 Feb 1997 11:47:40 -0700 From: Terry Lambert Message-Id: <199702151847.LAA03747@phaeton.artisoft.com> Subject: Re: NULL as ((void*)0) (was Re: strlen() question) To: davidn@labs.usn.blaze.net.au (David Nugent) Date: Sat, 15 Feb 1997 11:47:40 -0700 (MST) Cc: bde@zeta.org.au, hackers@FreeBSD.ORG, j@uriah.heep.sax.de In-Reply-To: <19970215165658.18171@usn.blaze.net.au> from "David Nugent" at Feb 15, 97 04:56:58 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > __P() is only useful in include files. > > FWIW, I think compatibility with K&R is a crock anyway these > days. I follow this rule to keep people (hi Bruce ;-)) happy, > and for the sake of consistency. I do it for the sake of code portability to machines that are not likely to be upgradeable, ever. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.