Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

wmemset - Set n wide characters in wide character string

&pagelevel(4)&pagelevel

Definition

#include <wchar.h>

wchar_t *wmemset(wchar_t *ws, wchar_t *c, size_t n);

wmemset sets the first n wide characters in the wide character string ws to a value c.

Return val.

Note

Pointer to ws.

This version of the C runtime system only supports one-byte characters as wide character
codes.

See also

memset, wmemcpy, wmemmove