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>
Mon, 14 Feb 2022 18:48:53 +0000 (10:48 -0800)
commit40673faa30dd18bfb8d7cb242bc47eb4c671e609
tree07ded1e69a3bc535baf8a46d556bb725ec42a363
parent23d235aed139e78069a99d4f8914a90a439543a3
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]