From: DJ Delorie Newsgroups: comp.os.msdos.djgpp Subject: Re: Buffered input Date: 11 Jul 1998 09:28:47 -0400 Organization: DJ Delorie/DJGPP Support Lines: 5 Message-ID: References: <6_Ap1.22$s7 DOT 1149262 AT alpha DOT sky DOT net> NNTP-Posting-Host: delorie.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk "David P. Hack" writes: > fflush(stdin); You can't flush the output of an input stream; it doesn't have one.