summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/wscanf.3
Commit message (Collapse)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Catch up with recent FP-related changes to scanf.3 and vfwscanf.c.tjr2003-07-051-31/+16
|
* 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