summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/dprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),das2009-03-041-0/+46
dprintf() is a simple wrapper around another function, so we may as well implement it. But also like getline(), we can't prototype it by default right now because it would break too many ports.
OpenPOWER on IntegriCloud