From: quale@saavik.cs.wisc.edu (Douglas E. Quale) Subject: fputs bug Date: 3 May 1992 00:07:54 GMT
I think this may have already been reported and I apologize if it has,
but I figured better safe than sorry.
fputs returns the number of characters written. It should return 0 on
success.
i.e.
fputs("foo", stdout)
returns 3 (should be 0).