.TH "strcpy" 9 "strcpy" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME strcpy \- Copy a %NUL terminated string .SH SYNOPSIS .B "char *" strcpy .BI "(char *" dest "," .BI "const char *" src ");" .SH ARGUMENTS .IP "dest" 12 Where to copy the string to .IP "src" 12 Where to copy the string from