History log of /netbsd-src/lib/libc/stdio/putwc.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 88c3eadb 12-Jun-2005 lukem <lukem@NetBSD.org>

Add missing __RCSID()


# 3fdac2b8 18-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.


# ffca92c5 14-Mar-2002 yamt <yamt@NetBSD.org>

putwc and putwchar's argument is wchar_t, not wint_t.


# 17f3654a 07-Dec-2001 yamt <yamt@NetBSD.org>

- make FILE structure extensible without breaking binary-compatibility.
- add fputwc, fgetwc, fwide and related functions.
- add hooks needed to maintain the orientation of file stream.