VMS Help  —  CRTL  strcat
    Concatenates str_2, including the terminating null character, to
    the end of str_1.

    Format

      #include  <string.h>

      char *strcat  (char *str_1, const char *str_2);
Additional Information: explode extract
Function Variants Arguments Description Return Value Example
Close Help