Sets a specified value to a specified number of wide characters in an array of wide characters.
#include <wchar.h> wchar_t wmemset (wchar_t *s, wchar_t c, size_t n);Function Variants This function also has variants named _wmemset32 and _wmemset64 for use with 32-bit and 64-bit pointer sizes, respectively. See Section 1.8 for more information on using pointer-size-specific functions.
x | The value of s. |