cvs commit: src/lib/libc/locale ansi.c
Tim J. Robbins
tjr at FreeBSD.org
Sat Apr 5 00:28:28 PST 2003
tjr 2003/04/05 00:28:24 PST
FreeBSD src repository
Modified files: (Branch: RELENG_4)
lib/libc/locale ansi.c
Log:
MFC wcstombs.c 1.1-1.5, mbstowcs.c 1.1-1.6: Implement the XSI extension
that allows the destination string to be NULL, and returns the number of
bytes (wcstombs) or wide characters (mbstowcs) that would be required to
store the result of the conversion without storing anything.
PR: 17694
Revision Changes Path
1.3.6.1 +59 -12 src/lib/libc/locale/ansi.c
More information about the cvs-src
mailing list