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, 24 Feb 2022 17:56:45 +0000 (09:56 -0800)
commit77e4b8b60fd27ea864db1424f5349db7f543e75c
tree9ee8a235360e6be8f3a7bec1a9a4c1bb6c8885a1
parentc99700a71e71825775f85d6c62e0d73b107e86f3
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]