Name

wmemset function — Fills a wide string with an integer

Synopsis

wchar_t* wmemset(wchar_t* str, wchar_t wc, size_t n)

The wmemset function fills the array str with n copies of the wide character wc. The return value is str.