summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* tools/nolibc/stdio: Add format attribute to enable printf warningsAlviro Iskandar Setiawan2022-06-201-2/+2
* tools/nolibc/stdio: add support for '%p' to vfprintf()Willy Tarreau2022-04-201-11/+19
* tools/nolibc/stdio: make printf(%s) accept NULLWilly Tarreau2022-04-201-0/+2
* tools/nolibc/errno: extract errno.h from sys.hWilly Tarreau2022-04-201-0/+1
* tools/nolibc/stdio: add perror() to report the errno valueWilly Tarreau2022-04-201-0/+6
* tools/nolibc/stdio: add a minimal [vf]printf() implementationWilly Tarreau2022-04-201-0/+128
* tools/nolibc/stdio: add fwrite() to stdioWilly Tarreau2022-04-201-7/+28
* tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functionsWilly Tarreau2022-04-201-6/+89
* tools/nolibc/stdio: add a minimal set of stdio functionsWilly Tarreau2022-04-201-0/+57