Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!ydist From: ydist@unix.cis.pitt.edu (Yijun Ding) Newsgroups: comp.lang.c Subject: fgets Keywords: tc, tc++ Message-ID: <52039@unix.cis.pitt.edu> Date: 23 Oct 90 13:57:54 GMT Distribution: na Organization: Univ. of Pittsburgh, Computing & Information Services Lines: 7 After many tries to recompile my word processor by TC++, I find the following difference: fputs("", fp) return 0 in TC 2.0 return (-1) in TC++ Which is correct ?