VMS Help  —  CRTL  stpcpy
    Copies a string returning a pointer to its end.

    Format

      #include <string.h>

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