wcscpy()

copy wide character string 

Function


SYNOPSIS

#include <wchar.h>

wchar_t *wcscpy(wchar_t *ws1, const wchar_t *ws2);


DESCRIPTION

The wcscpy() function copies the wide character string, including the null termination character, pointed to by ws2 to the location pointed to by ws1. If the objects used for copying overlap, the behavior is undefined. No overflow checking is performed when the strings are copied.


PARAMETERS

ws1 

Is the destination string.

ws2 

Is the null-terminated source string.


RETURN VALUES

The wcscpy() function returns the value of ws1.


CONFORMANCE

ANSI/ISO 9899-1990/AM 1-1995.


MULTITHREAD SAFETY LEVEL

MT-Safe


PORTING ISSUES

None.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
wcscat(), wcscmp(), wcsncmp(), wcsncpy(), wcsrchr(), wcsspn()


PTC MKS Toolkit 10.4 Documentation Build 39.