summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/printflocal.h
Commit message (Collapse)AuthorAgeFilesLines
* The argument corresponding to %zn is supposed to be an ssize_t *, notdas2009-03-021-1/+1
| | | | a size_t *, although the distinction is moot in practice.
* Correctly handle malloc() failure. While here, reduce the code size adas2008-06-291-2/+2
| | | | bit by removing some calls to the inline function addtype().
* Reduce the level of duplication between vfprintf() and vfwprintf()das2008-06-291-0/+94
by moving the positional argument handling code to a new file, printf-pos.c, and moving common definitions to printflocal.h. No functional change intended.
OpenPOWER on IntegriCloud