summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/wscanf.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync scanf(3) to wscanf(3), and a few bits the opposite way:schwarze2011-11-021-10/+6
| | | | | .Fd -> .In, .Li -> .Vt, and remove various other gratuitous differences. feedback and ok stsp@, ok jmc@
* Add wscanf(3) and friends. Based on our scanf(3) implementation, with widestsp2011-10-161-0/+447
character support changes based on code from FreeBSD. ok espie guenther; man page help from schwarze