summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/stdio.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-20tools/nolibc/errno: extract errno.h from sys.hWilly Tarreau1-0/+1
2022-04-20tools/nolibc/stdio: add perror() to report the errno valueWilly Tarreau1-0/+6
2022-04-20tools/nolibc/stdio: add a minimal [vf]printf() implementationWilly Tarreau1-0/+128
2022-04-20tools/nolibc/stdio: add fwrite() to stdioWilly Tarreau1-7/+28
2022-04-20tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functionsWilly Tarreau1-6/+89
2022-04-20tools/nolibc/stdio: add a minimal set of stdio functionsWilly Tarreau1-0/+57