libwchar2 0.0.10
wmemset manual

wmemset - fill an array of wide-characters with a constant wide character

The wmemset() function is the wide-character equivalent of the mem- set(3) function. It fills the array of n wide-characters starting at wcs with n copies of the wide character wc.

Return Value

wmemset() returns wcs.

See example

See also
https://github.com/ClnViewer/LibWchar2/blob/master/test/test_wmemset.c

LibWchar2 information
Version
libwchar2 0.0.10
Date
Wed Aug 22 2018
Author
(c) PS 2018-2018
Manual author and license