Manpages WMEMSETSection: Linux Programmer's Manual (3 )Updated: 1999-07-25 Index Return to Main Contents NAMEwmemset - 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 wmemset function is the wide-character equivalent of the memset function. It fills the array of n wide-characters starting at wcs with n copies of the wide character wc.RETURN VALUEwmemset returns wcs.CONFORMING TOISO/ANSI C, UNIX98SEE ALSOmemset(3)
IndexThis document was created by man2html, using the manual pages. Time: 18:44:29 GMT, July 05, 2025 |