VMS Help  —  CRTL  wcscpy
    Copies the wide-character string source, including the
    terminating null character, into dest.

    Format

      #include  <wchar.h>

      wchar_t *wcscpy  (wchar_t *dest, const wchar_t *source);
Additional Information: explode extract
Function Variants Arguments Description Return Value
Close Help