Penguin
Annotated edit history of wmemset(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 WMEMSET
2 !!!WMEMSET
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 wmemset - fill an array of wide-characters with a constant wide character
14 !!SYNOPSIS
15
16
17 __#include
18 __''wcs''__, wchar_t__ ''wc''__, size_t__ ''n''__);
19 __
20 !!DESCRIPTION
21
22
23 The __wmemset__ function is the wide-character equivalent
24 of the __memset__ function. It fills the array of
25 ''n'' wide-characters starting at ''wcs'' with
26 ''n'' copies of the wide character
27 ''wc''.
28 !!RETURN VALUE
29
30
31 __wmemset__ returns ''wcs''.
32 !!CONFORMING TO
33
34
35 ISO/ANSI C, UNIX98
36 !!SEE ALSO
37
38
39 memset(3)
40 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.