summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfwscanf.c (follow)
Commit message (Collapse)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
| | | | ok stsp@
* Add wscanf(3) and friends. Based on our scanf(3) implementation, with widestsp2011-10-161-0/+798
character support changes based on code from FreeBSD. ok espie guenther; man page help from schwarze