summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfwscanf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* It's still safe to assumed 'signed' existsguenther2014-03-191-3/+3
* Use iswupper() for wide characters, not isupper(); ok deraadtstsp2013-11-251-3/+2
* Add missing header needed by iswspace()chl2012-01-181-1/+2
* Add wscanf(3) and friends. Based on our scanf(3) implementation, with widestsp2011-10-161-0/+798