Manpage of WCSCPY
WCSCPY
Section: NEWLIB (3)
Updated: 2005 Feb 23
Index
Return to Main Contents
NAME
6.10 `wcscpy'--copy a wide-character string
SYNOPSIS
#include <wchar.h>
wchar_t *wcscpy(wchar_t *S1, const wchar_t *,S2);
DESCRIPTION
The `wcscpy' function copies the wide-character string pointed to by S2
(including the terminating null wide-character code) into the array
pointed to by S1. If copying takes place between objects that overlap,
the behaviour is undefined.
RETURNS
The `wcscpy' function returns S1; no return value is reserved to
indicate an error.
PORTABILITY
`wcscpy' is ISO/IEC 9899/AMD1:1995 (ISO C). No supporting OS
subroutines are required.
SEE ALSO
wcscpy
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