+const int BUFSIZE = 4096;
+static char vrprintf_buf[4096];
Other than turning BUFSIZE into a macro, +1.
Ryan
On Wednesday 15 August 2001 14:11, Cody Sherr wrote:
> The purpose of this patch is to allow vrprintf to work for larger than 4k
> sized fmt strings by providing a flushing function for vformatter to use
> when the buffer fills up.
>
> regards,
--
______________________________________________________________
Ryan Bloom [EMAIL PROTECTED]
Covalent Technologies [EMAIL PROTECTED]
--------------------------------------------------------------