]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Test that if the buffer argument (`s') to wcrtomb() is NULL then
authortjr <tjr@FreeBSD.org>
Thu, 19 Dec 2002 02:01:39 +0000 (02:01 +0000)
committertjr <tjr@FreeBSD.org>
Thu, 19 Dec 2002 02:01:39 +0000 (02:01 +0000)
commit2aa20c1a1efd4c21dc2f5fd41dadfc7d73779199
treebfd59e9d4d5640b4673ad9729a92e03e54c629fe
parent3f31cbe67cd067fcd32b9c61eeba4277c4dc7c92
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).
tools/regression/lib/libc/locale/test-wcrtomb.c