Date: Sun, 18 Oct 1998 13:51:17 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Joe Wright cc: djgpp AT delorie DOT com Subject: Re: printf in DJGPP In-Reply-To: <36296A07.5516@infi.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 18 Oct 1998, Joe Wright wrote: > > Otherwise you could use fflush(NULL); which would make printf > > work as expected. > > > Surely you mean fflush(stdout);, not NULL. The ANSI C Standard says that fflush(NULL) should flush all streams that are open for output.