[PATCH 3/6] vfprintf: Define WORK_BUFFER_SIZE
Carlos O'Donell
carlos@redhat.com
Thu Mar 5 19:37:00 GMT 2015
On 03/01/2015 03:52 PM, Florian Weimer wrote:
> This constant will allow us to refer to the number of elements in
> work_buffer across a function call boundary.
> ---
> stdio-common/vfprintf.c | 19 +++++++++----------
> 1 file changed, 9 insertions(+), 10 deletions(-)
Looks to me as long as you follow Paul's suggestion to
use an enum instead of a burried macro.
Cheers,
Carlos.
More information about the Libc-alpha
mailing list