Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ wcscpy(3C) — DG/UX R4.11

Media Vault

Software Library

Restoration Projects

Artifacts Sought



wcscpy(3C)                        SDK R4.11                       wcscpy(3C)


NAME
       wcscpy - copy a wide character string

SYNOPSIS
       #include <wchar.h>
       wchart *wcscpy(wchart *ws1,const wchart *ws2);

DESCRIPTION
       wcscpy copies the wide string ws2 to the array ws1, stopping after
       the null wide character has been copied. The behavior is undefined if
       copying occurs between overlapping objects.

   Return Value
       wcscpy returns ws1.

USAGE
       Overlapping moves may cause unexpected results because the movement
       of wide character codes is implementation-dependent.

REFERENCES
       wcsncpy(3C)


Licensed material--property of copyright holder(s)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026