Converts a sequence of multibyte characters into a sequence of corresponding wide-character codes. Format #include <stdlib.h> size_t mbstowcs (wchar_t *pwcs, const char *s, size_t n);