Synopsis
wchar_t *wmemset(wchar_t *s,
                 wchar_t c,
                 size_t n);
Description

wmemset copies the value of c into each of the first n wide characters of the object pointed to by s.

wmemset returns the value of s.