Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!think!ames!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: down Message-ID: <9150@smoke.BRL.MIL> Date: 12 Dec 88 17:34:36 GMT References: <349@greens.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. 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.) False. Relational expressions produce integer result 0 or 1, only.