Synopsis
#include <stdlib.h>
size_t mbstowc(wchar_t *pwcs, const char *str, size_t n);
Description
Function converts the string of multibyte characters pointed to by the argument str to the array pointed to by pwcs.
#include <stdlib.h>
size_t mbstowc(wchar_t *pwcs, const char *str, size_t n);
Function converts the string of multibyte characters pointed to by the argument str to the array pointed to by pwcs.