Lattice C 4.0 bugs

Peter da Silva peter at sugar.uu.net
Sat Aug 13 02:27:46 AEST 1988


In article <3750 at ece-csc.UUCP>, rss at ece-csc.UUCP (ML) writes:
> seem to.  (This applies only to line buffered streams, i.e., stdout).
> "Stderr" should be completely unbuffered...

Even better would be to adopt the Berkeley stdio convention, and have
filbuf on an interactive stream do a flush on all interactive output
streams. That way you get the correct result when you print a prompt,
and you don't have an extra check on every character output.

Stderr should, indeed, be unbuffered. Or at least it should flush after
every call to stdio.
-- 
		Peter da Silva  `-_-'  peter at sugar.uu.net
		 Have you hugged  U  your wolf today?



More information about the Comp.lang.c mailing list