In article <349 at greens.UUCP> matthew at 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.