]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: allow different write callbacks in printf
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 11 Apr 2025 09:00:49 +0000 (11:00 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Tue, 22 Apr 2025 08:59:02 +0000 (10:59 +0200)
commitf7b3eeffd402c5eec32be9c3bfdeb3ec03e87cf3
treec419c4d1e35e655933405132405f2e878db28b9d
parentbae3cd708e8adef27ee7657cd877d9ba9aa4f2ae
tools/nolibc: allow different write callbacks in printf

Decouple the formatting logic from the writing logic to later enable
writing straight to a buffer in sprintf().

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
tools/include/nolibc/stdio.h