VMS Help  —  CRTL  strncat
    Appends not more than maxchar characters from str_2 to the end of
    str_1.

    Format

      #include  <string.h>

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