Copyright Digital Equipment Corp. All rights reserved.
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);
Arguments Description Return_Values