summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/putwchar.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove masking macros for getwc(), putwc(), putwchar() and getwchar().tjr2002-09-281-3/+1
| | | | | | Although there was nothing wrong with getwc() and putwc(), getwchar() and putwchar() assumed that <stdio.h> had been included before <wchar.h>, which is not allowed by the standard.
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-131-0/+47
putwc(), fputwc(), putwchar(), ungetwc(), fwide().
OpenPOWER on IntegriCloud