summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vdprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),David Schultz2009-03-041-0/+66
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. Notes: svn path=/head/; revision=189356