Copyright Digital Equipment Corp. All rights reserved.

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 available:

Function_Variants               Arguments       Description     Return_Value
Example