summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/stdio.h
AgeCommit message (Expand)AuthorLines
2022-04-20tools/nolibc/stdio: add support for '%p' to vfprintf()Willy Tarreau-11/+19
2022-04-20tools/nolibc/stdio: make printf(%s) accept NULLWilly Tarreau-0/+2
2022-04-20tools/nolibc/errno: extract errno.h from sys.hWilly Tarreau-0/+1
2022-04-20tools/nolibc/stdio: add perror() to report the errno valueWilly Tarreau-0/+6
2022-04-20tools/nolibc/stdio: add a minimal [vf]printf() implementationWilly Tarreau-0/+128
2022-04-20tools/nolibc/stdio: add fwrite() to stdioWilly Tarreau-7/+28
2022-04-20tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functionsWilly Tarreau-6/+89
2022-04-20tools/nolibc/stdio: add a minimal set of stdio functionsWilly Tarreau-0/+57