.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "STRCPY" "9" "09 October 2005" "" "" .SH NAME strcpy \- Copy a NUL terminated string .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp char * strcpy (char * \fIdest\fB, const char * \fIsrc\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdest\fB\fR Where to copy the string to .TP \fB\fIsrc\fB\fR Where to copy the string from .SH "DESCRIPTION" .PP returns a pointer to \fIdest\fR