summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/putwchar.c
AgeCommit message (Collapse)Author
2005-06-12Add missing __RCSID()lukem
2003-01-18Merge the nathanw_sa branch.thorpej
2002-03-14putwc and putwchar's argument is wchar_t, not wint_t.yamt
2001-12-07- make FILE structure extensible without breaking binary-compatibility.yamt
- add fputwc, fgetwc, fwide and related functions. - add hooks needed to maintain the orientation of file stream.