]> sourceware.org Git - glibc.git/commit
vfprintf: Move argument processing into vfprintf-process-arg.c
authorFlorian Weimer <fweimer@redhat.com>
Mon, 23 May 2022 08:08:18 +0000 (10:08 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 23 May 2022 09:06:31 +0000 (11:06 +0200)
commit5442ea7ffe79dfef3b89e21f46211cc42d347210
tree118cde017b43215f8207780700bec3d0a4e28058
parent21bb8382b62f7dc20b9936bab32658e8fd5952e0
vfprintf: Move argument processing into vfprintf-process-arg.c

This simplies formatting and helps with debugging.  It also allows
the use of localized COMPILE_WPRINTF preprocessor conditionals.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
stdio-common/vfprintf-internal.c
stdio-common/vfprintf-process-arg.c [new file with mode: 0644]
This page took 0.042755 seconds and 5 git commands to generate.