7.24.4.6.2 The wmemset function

Synopsis

1

#include <wchar.h>
wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n);

Description

2

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

Returns

3

The wmemset function returns the value of s.