Name

strcat — Append one NUL-terminated string to another

Synopsis

char * strcat (char * dest,
 const char * src);
 

Arguments

char * dest

The string to be appended to

const char * src

The string to append to it