Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: nyu notesfiles V1.1 4/1/84; site cmcl2.UUCP
Path: utzoo!linus!philabs!cmcl2!salkind
From: salkind@cmcl2.UUCP
Newsgroups: net.bugs.uucp
Subject: Re: inews.c help needed desparately.
Message-ID: <12200001@cmcl2.UUCP>
Date: Sat, 2-Jun-84 02:32:00 EDT
Article-I.D.: cmcl2.12200001
Posted: Sat Jun  2 02:32:00 1984
Date-Received: Sat, 23-Jun-84 07:14:17 EDT
References: <369@sjuvax.UUCP>
Organization: New York University
Lines: 12
Nf-ID: #R:sjuvax:-36900:cmcl2:12200001:000:275
Nf-From: cmcl2!salkind    Jun 22 02:32:00 1984

The reason fflush doesn't necessarily cause output is because EUNICE
also buffers its data internally.  To get around this, type

	fflush(f);
	_$unopen(fileno(f));

when you really want the output to appear.  You will also have to link
with -noshare, I believe.

Yuch.

	Lou