summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fwscanf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add wscanf(3) and friends. Based on our scanf(3) implementation, with widestsp2011-10-161-0/+45
character support changes based on code from FreeBSD. ok espie guenther; man page help from schwarze