1WMEMSET(3)                 Linux Programmer's Manual                WMEMSET(3)
2
3
4

NAME

6       wmemset - fill an array of wide-characters with a constant wide characā€
7       ter
8

SYNOPSIS

10       #include <wchar.h>
11
12       wchar_t *wmemset(wchar_t *wcs, wchar_t wc, size_t n);
13

DESCRIPTION

15       The wmemset() function is the wide-character equivalent of the memset()
16       function.  It fills the array of n wide-characters starting at wcs with
17       n copies of the wide character wc.
18

RETURN VALUE

20       wmemset() returns wcs.
21

CONFORMING TO

23       C99.
24

SEE ALSO

26       memset(3)
27
28
29
30GNU                               1999-07-25                        WMEMSET(3)
Impressum