Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!akgua!sdcsvax!sdcrdcf!hplabs!sri-unix!FIRTH%TARTAN@CMU-CS-C.ARPA From: FIRTH%TARTAN@CMU-CS-C.ARPA Newsgroups: net.unix-wizards Subject: getc() != EOF Message-ID: <1138@sri-arpa.UUCP> Date: Wed, 23-May-84 18:18:01 EDT Article-I.D.: sri-arpa.1138 Posted: Wed May 23 18:18:01 1984 Date-Received: Fri, 1-Jun-84 03:44:41 EDT Lines: 9 In all conscience, while ( (c = getc()) != EOF ) ought to work. If somebody is to be blamed, it is surely not the people who wrote the code, but the people who made a C implementation that broke it. -------