mbsrtowcs (3) Linux Manual Page
NAME mbsrtowcs – convert a multibyte string to a wide-character string SYNOPSIS #include <wchar.h> size_t mbsrtowcs(wchar_t *dest, const char **src, size_t len, mbstate_t *ps); DESCRIPTION If dest is not NULL, the mbsrtowcs() function converts the multibyte string *src to a wide-character string starting at dest. At most len wide characters are written to dest. The…
