summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fputws.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These aretjr2004-07-211-1/+2
* Use __wcsrtombs() and __sfvwrite() to convert and write the wide charactertjr2004-07-211-8/+25
* Lock the file once per call and use the unlocked fgetwc()/fputwc() variants.tjr2002-09-201-3/+6
* Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()tjr2002-09-181-2/+1
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-1/+1
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-131-0/+51
OpenPOWER on IntegriCloud