.\" 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 "MEMCPY" "9" "09 October 2005" "" ""
.SH NAME
memcpy \- Copy one area of memory to another
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void * memcpy (void * \fIdest\fB, const void * \fIsrc\fB, size_t \fIn\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdest\fB\fR
Where to copy to
.TP
\fB\fIsrc\fB\fR
Where to copy from
.TP
\fB\fIn\fB\fR
The size of the area.
.SH "DESCRIPTION"
.PP
returns a pointer to \fIdest\fR