Date: Sun, 14 Apr 1996 10:38:56 +0200 (IST) From: Eli Zaretskii To: DJ Delorie Cc: djgpp-workers AT delorie DOT com Subject: Re: new write.c In-Reply-To: <199604130233.WAA04438@delorie.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 12 Apr 1996, DJ Delorie wrote: > Here is a rewritten write() function, that in theory should optimize > buffer use and transfer size when writing in text mode, and won't need > to call malloc() at all. Comments? Wouldn't moving bytes one by one to the transfer buffer slow down `write' too much?