summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* tools/nolibc: add stdarg.h headerThomas Weißschuh2023-10-121-2/+1
* tools/nolibc: setvbuf: avoid unused parameter warningsThomas Weißschuh2023-08-231-1/+4
* tools/nolibc/stdio: add setvbuf() to set buffering modeRyan Roberts2023-08-231-0/+24
* tools/nolibc: implement fd-based FILE streamsThomas Weißschuh2023-06-091-27/+68
* tools/nolibc/stdio: Implement vprintf()Mark Brown2023-04-111-0/+6
* tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau2023-01-091-0/+3
* 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