wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);
wchar_t *
wmemset
(wchar_t *s, wchar_t c, size_t n);
The function stores c in each of the elements of the array beginning at s, with size n. It returns s.
c
s
n