wmemset(3) - Linux man page
Name
wmemset - fill an array of wide-characters with a constant wide characterSynopsis
#include <wchar.h> wchar_t *wmemset(wchar_t *wcs, wchar_t wc, size_t n);
#include <wchar.h> wchar_t *wmemset(wchar_t *wcs, wchar_t wc, size_t n);