From owner-freebsd-hackers Thu Feb 13 21:47:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA08774 for hackers-outgoing; Thu, 13 Feb 1997 21:47:13 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id VAA08768 for ; Thu, 13 Feb 1997 21:47:06 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vvGU1-0001xO-00; Thu, 13 Feb 1997 22:46:53 -0700 To: Terry Lambert Subject: Re: strlen() question Cc: joerg_wunsch@uriah.heep.sax.de, hackers@freebsd.org In-reply-to: Your message of "Thu, 13 Feb 1997 15:52:59 MST." <199702132252.PAA01765@phaeton.artisoft.com> References: <199702132252.PAA01765@phaeton.artisoft.com> Date: Thu, 13 Feb 1997 22:46:52 -0700 From: Warner Losh Message-Id: Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199702132252.PAA01765@phaeton.artisoft.com> Terry Lambert writes: : "NUL" : with one "L" is the invention of a Pascal programmer with nothing : better to do than to make noises about sign-extension on non-two's : complement hardware for type demotion of 0 to character. Ummm, no that's nil. NUL is listed in the ASCII standard as being the official mnemonic for the character occupying the 0th slot. Just like dc1 is control S and dc3 is control Q (for Device Control). This nit pickers corner brought to you by: Warner