2 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
4 .\" SPDX-License-Identifier: GPL-2.0-or-later
6 .\" References consulted:
7 .\" GNU glibc-2 source code and manual
8 .\" Dinkumware C library reference http://www.dinkumware.com/
9 .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
12 .TH wmemset 3 (date) "Linux man-pages (unreleased)"
14 wmemset \- fill an array of wide-characters with a constant wide character
17 .RI ( libc ", " \-lc )
22 .BI "wchar_t *wmemset(wchar_t " wcs [. n "], wchar_t " wc ", size_t " n );
27 function is the wide-character equivalent of the
32 wide-characters starting at
36 copies of the wide character
43 For an explanation of the terms used in this section, see
51 Interface Attribute Value
54 T} Thread safety MT-Safe
60 POSIX.1-2001, POSIX.1-2008, C99.