Date: Sun, 19 Nov 2000 11:58:31 -0500 Message-Id: <200011191658.LAA20892@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f 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 Sun, 19 Nov 2000 07:47:18 +0200 (IST)) Subject: Re: snprintf() diff References: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Note that this means a function call (to _flsbuf) for each produced > character, once the buffer is full. But in the "normal" case where the buffer is big enough, and the cases that aren't strings, we keep putc as small and fast as possible.