Copyright Digital Equipment Corp. All rights reserved.
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);
Function_Variants Arguments Description Return_Value Example