Date: Wed, 18 Dec 2002 18:01:39 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/lib/libc/locale test-wcrtomb.c Message-ID: <200212190201.gBJ21dlA020140@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/12/18 18:01:39 PST Modified files: tools/regression/lib/libc/locale test-wcrtomb.c Log: Test that if the buffer argument (`s') to wcrtomb() is NULL then the value of the supplied wide character is ignored and L'\0' is used instead. Remove incorrect comments about "internal buffer" since wcrtomb() does not have one (wctomb() does). Revision Changes Path 1.3 +15 -19 src/tools/regression/lib/libc/locale/test-wcrtomb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212190201.gBJ21dlA020140>