tools/nolibc/stdio: add a minimal set of stdio functions
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Feb 2022 16:23:30 +0000 (17:23 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 21 Apr 2022 00:05:44 +0000 (17:05 -0700)
commit4e383a66acfe16827ce7fbc0e60c56782a83fc92
tree24e766715e0ac3a1066ff9f36c0fa445669267dd
parent5f493178ef3187b939d3068563e5da6045085c2a
tools/nolibc/stdio: add a minimal set of stdio functions

This only provides getchar(), putchar(), and puts().

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/include/nolibc/nolibc.h
tools/include/nolibc/stdio.h [new file with mode: 0644]