Manpage of WMEMSET
WMEMSET
Section: NEWLIB (3)
Updated: 2005 Feb 23
Index
Return to Main Contents
NAME
6.5 `wmemset'--set wide-characters in memory
SYNOPSIS
#include <wchar.h>
wchar_t *wmemset(wchar_t *S, wchar_t C, size_t N);
DESCRIPTION
The `wmemset' function copies the value of C into each of the first N
wide-characters of the object pointed to by S. This function is not
affected by locale and all wchar_t values are treated identically. The
null wide-character and wchar_t values not corresponding to valid
characters are not treated specially.
If N is zero, S must be a valid pointer and the function copies zero
wide-characters.
RETURNS
The `wmemset' functions returns the value of S.
PORTABILITY
`wmemset' is ISO/IEC 9899/AMD1:1995 (ISO C). No supporting OS
subroutines are required.
SEE ALSO
wmemset
is part of the
libc
library.
The full documentation for
libc
is maintained as a Texinfo manual. If
info
and
libc
are properly installed at your site, the command
-
info libc
will give you access to the complete manual.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURNS
-
- PORTABILITY
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:25:34 GMT, May 16, 2005
www.fiveanddime.net