From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28581 invoked from network); 15 May 2020 21:04:40 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 15 May 2020 21:04:40 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 8ED7F9C98E; Sat, 16 May 2020 07:04:35 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id EDF909C6CF; Sat, 16 May 2020 07:04:19 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 903099C694; Sat, 16 May 2020 07:04:16 +1000 (AEST) X-Greylist: delayed 444 seconds by postgrey-1.36 at minnie.tuhs.org; Sat, 16 May 2020 07:04:11 AEST Received: from minun.buric.co (minun.buric.co [51.15.8.196]) by minnie.tuhs.org (Postfix) with ESMTP id C45BA9C677 for ; Sat, 16 May 2020 07:04:11 +1000 (AEST) Received: by minun.buric.co (Postfix, from userid 1000) id C5CBA35C102E; Fri, 15 May 2020 22:56:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by minun.buric.co (Postfix) with ESMTP id B4B4F35C102D; Fri, 15 May 2020 16:56:42 -0400 (EDT) Date: Fri, 15 May 2020 16:56:42 -0400 (EDT) From: Steve Nickolas X-X-Sender: mary@sd-119843.dedibox.fr To: ron@ronnatalie.com In-Reply-To: <014001d62af3$9cc209b0$d6461d10$@ronnatalie.com> Message-ID: References: <202005141841.04EIfvEZ063529@tahoe.cs.Dartmouth.EDU> <20200515150122.GF30160@mcvoy.com> <014001d62af3$9cc209b0$d6461d10$@ronnatalie.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-17398714-1589576202=:19551" Subject: Re: [TUHS] v7 K&R C X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-17398714-1589576202=:19551 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT On Fri, 15 May 2020, ron@ronnatalie.com wrote: > Unfortunately, if c is char on a machine with unsigned chars, or it’s of > type unsigned char, the EOF will never be detected. Isn't it nonstandard (although I am aware of some compilers that do it) to default the type of char to unsigned? -uso. --8323329-17398714-1589576202=:19551--