.TH "strcat" 9 "strcat" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME strcat \- Append one %NUL-terminated string to another .SH SYNOPSIS .B "char *" strcat .BI "(char *" dest "," .BI "const char *" src ");" .SH ARGUMENTS .IP "dest" 12 The string to be appended to .IP "src" 12 The string to append to it