7.24.4.6.2 The wmemset function
Synopsis
#include <wchar.h>
wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);
Description
The wmemset function copies the value of c into each of the first n wide characters of the object pointed to by s.
Returns
The wmemset function returns the value of s.