summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vswprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove an unused variable: mbresult.Tim J. Robbins2003-01-071-1/+0
| | | | Notes: svn path=/head/; revision=108867
* Correctly handle the case where __vfwprintf() fails because it runs outTim J. Robbins2002-09-261-1/+7
| | | | | | | of memory. Notes: svn path=/head/; revision=103997
* Add implementations of the wprintf() family of functions, which performTim J. Robbins2002-09-211-0/+89
formatted wide-character output. Notes: svn path=/head/; revision=103739