Skip to content

[libc][stdlib] implement wcstombs #124339

@nickdesaulniers

Description

@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.

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions