Date: Mon, 12 Apr 1999 10:36:11 -0400 Message-Id: <199904121436.KAA18419@envy.delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Mon, 12 Apr 1999 13:07:49 +0300 (IDT)) Subject: Re: v2.03 release: what else has to be done? References: Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I'm still asking those who know what is the real problem behind using > `fflush' on stdin, to please speak up. I think what they're trying to do is discard the remainder of the input line, ala scanf("%*[^\n]\n"). The problem with fflush is that it discards more than that when stdin is redirected.