summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/stdio.h
AgeCommit message (Expand)Author
2022-06-20tools/nolibc/stdio: Add format attribute to enable printf warningsAlviro Iskandar Setiawan
2022-04-20tools/nolibc/stdio: add support for '%p' to vfprintf()Willy Tarreau
2022-04-20tools/nolibc/stdio: make printf(%s) accept NULLWilly Tarreau
2022-04-20tools/nolibc/errno: extract errno.h from sys.hWilly Tarreau
2022-04-20tools/nolibc/stdio: add perror() to report the errno valueWilly Tarreau
2022-04-20tools/nolibc/stdio: add a minimal [vf]printf() implementationWilly Tarreau
2022-04-20tools/nolibc/stdio: add fwrite() to stdioWilly Tarreau
2022-04-20tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functionsWilly Tarreau
2022-04-20tools/nolibc/stdio: add a minimal set of stdio functionsWilly Tarreau