Manpage of WMEMCPY
WMEMCPY
Section: NEWLIB (3)
Updated: 2005 Feb 23
Index
Return to Main Contents
NAME
6.3 `wmemcpy'--copy wide-characters in memory
SYNOPSIS
#include <wchar.h>
wchar_t *wmemcpy(wchar_t *D, const wchar_t *S, size_t N);
DESCRIPTION
The `wmemcpy' function copies N wide-characters from the object pointed
to by S to the object pointed to be D. 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, D and S must be a valid pointers, and the function
copies zero wide-characters.
RETURNS
The `wmemcpy' function returns the value of D.
PORTABILITY
`wmemcpy' is ISO/IEC 9899/AMD1:1995 (ISO C). No supporting OS
subroutines are required.
SEE ALSO
wmemcpy
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