summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgetws.c
Commit message (Expand)AuthorAgeFilesLines
* Lock the file once per call and use the unlocked fgetwc()/fputwc() variants.Tim J. Robbins2002-09-201-6/+14
* Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()Tim J. Robbins2002-09-181-8/+5
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-1/+1
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-0/+70