summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/wscanf.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: tiny nits.ru2002-12-091-4/+4
| | | | Approved by: re
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-041-1/+1
| | | | | | | are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re
* mdoc(7) police: markup overhaul.ru2002-12-041-5/+5
| | | | Approved by: re
* Add cross-references between wide character and single-byte charactertjr2002-09-241-0/+1
| | | | versions of printf() and scanf().
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),tjr2002-09-231-0/+497
vfwscanf(), vswscanf(), vwscanf(). As the name suggests, these are wide- character versions of the scanf() family of functions.
OpenPOWER on IntegriCloud