Issue 124339
Summary [libc][stdlib] implement wcstombs
Labels libc
Assignees
Reporter nickdesaulniers
    In order to test various functions from wchar.h, we need to be able to print the actual vs expected results. To do so, we must be able to convert wide character strings back to c strings.  The canonical way to do so in C is via `wcstombs`. `wcstombs` can be implemented in terms of `wcsrtombs`.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to