Date: Sun, 1 Sep 1996 09:04:22 +0200 (IST) From: Eli Zaretskii To: Erik Max Francis Cc: djgpp AT delorie DOT com Subject: Re: interrupting with ctrl-C In-Reply-To: <3225AB78.76FCE03F@alcyone.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 29 Aug 1996, Erik Max Francis wrote: > Or just use fflush. `fflush' is not enough when redirection is used, or when you invoke a child program that reads from a file written by the parent. You should either close the file or call `fsync' to ensure DOS flushes its buffers. `fflush' only flushes the DJGPP buffers, but not the DOS ones.