strcat

Name

strcat -- copies one null-terminated string to another

Synopsis

void strcar(char * dest, char * src);

Description

This function copies elements of the null-terminated string src, including its null termination character, to elements of the array dest.