![]() -> Click here to learn how to get live help <- |
WMEMSETIndexNAMEwmemset - 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); DESCRIPTIONThe fBwmemsetfP function is the wide-character equivalent of the fBmemsetfP function. It fills the array of fInfP wide-characters starting at fIwcsfP with fInfP copies of the wide character fIwcfP.RETURN VALUEfBwmemsetfP returns fIwcsfP.CONFORMING TOISO/ANSI C, UNIX98SEE ALSOmemset(3)
Index |