Defined in header <wchar.h> wchar_t *wmemset( wchar_t *dest, wchar_t ch, size_t count ); (since C95)
Copies the wide character ch into each of the first count wide characters of the wide character array (or integer array of compatible type) pointed to by dest.
If overflow occurs, the behavior is undefined.
If count is zero, the function does nothing.
Parameters
dest - pointer to the wide character array to fill ch - fill wide character count - number of