Files
ladybird/Userland/Libraries/LibC/stdio.cpp
René Hickersberger ad560cff0f LibC: Implement vdprintf and dprintf
These functions work just like `vfprintf` and `fprintf`, except that
they take a file descriptor as their first argument instead of a FILE*.
2023-09-03 06:21:40 +02:00

35 KiB