Date: Tue, 19 Jan 93 21:47:33 EST From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: WAGNER AT main DOT mndly DOT umn DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: FAQ availibility. >1) How can I change stin/out to be unbuffered (if its possible)? Try setbuf(stdin, NULL); setbuf(stdout, NULL); This worked with version 1.04, haven't tried it since then.