tools/nolibc/stdio: add support for '%p' to vfprintf()
authorWilly Tarreau <w@1wt.eu>
Mon, 21 Mar 2022 17:33:09 +0000 (18:33 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 21 Apr 2022 00:05:45 +0000 (17:05 -0700)
commitbd845a193aae4b99da5215fcfff0e9014b9f7b96
tree9114824f9ec71631f18e8a1292cd02f41b774041
parent077d0a392446981cde2e8dd23090140bdd9fb728
tools/nolibc/stdio: add support for '%p' to vfprintf()

%p remains quite useful in test code, and the code path can easily be
merged with the existing "%x" thus only adds ~50 bytes, thus let's
add it.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/include/nolibc/stdio.h