VMS Help  —  CRTL  strcpy
    Copies all of source, including the terminating null character,
    into dest.

    Format

      #include  <string.h>

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