From: Martin Str|mberg Message-Id: <200101030654.HAA01457@father.ludd.luth.se> Subject: Re: Bug 000323 (LONG) To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Wed, 3 Jan 2001 07:54:08 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Once upon a time Eli said: > I have some comments on the implementation: ... > - Instead of adding an fseek to each buffered stdio function (such > as putc, fwrite, etc.), isn't it better to do that inside _flsbuf, > which is the only function used by buffered functions to actually > write to the file? Ok. I'm not an expert. There isn't anything that doesn't go through _flsbuf() that we must watch out for? (Like unbuffered output?) Right, MartinS