Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!quintus!ok From: ok@quintus.uucp (Richard A. O'Keefe) Newsgroups: comp.lang.c Subject: Re: down Message-ID: <850@quintus.UUCP> Date: 12 Dec 88 22:47:00 GMT References: <349@greens.UUCP> Sender: news@quintus.UUCP Reply-To: ok@quintus.UUCP (Richard A. O'Keefe) Organization: Quintus Computer Systems, Inc. Lines: 6 In article <349@greens.UUCP> matthew@sunpix.UUCP ( Sun NCAA) writes: >Before closing, there is one logic flaw in your scrap of code. '(c == '\n')' >does not have to evaluate to an integer 1. It must only be a non-zero value >if true. Wrong. All comparisons must return 0 or 1. No other result is legal in C.