cvs commit: src/lib/libc/stdio fgetwc.c fputwc.c ungetwc.c
Tim J. Robbins
tjr at FreeBSD.org
Tue Jul 20 01:27:28 PDT 2004
tjr 2004-07-20 08:27:27 UTC
FreeBSD src repository
Modified files:
lib/libc/stdio fgetwc.c fputwc.c ungetwc.c
Log:
Call __mbrtowc() and __wcrtomb() directly instead of taking detours
through mbrtowc() and wcrtomb().
Revision Changes Path
1.12 +2 -1 src/lib/libc/stdio/fgetwc.c
1.10 +2 -1 src/lib/libc/stdio/fputwc.c
1.9 +2 -1 src/lib/libc/stdio/ungetwc.c
More information about the cvs-src
mailing list