.\" 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" "" "06 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 \fIcount\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdest\fB\fR Where to copy to .TP \fB\fIsrc\fB\fR Where to copy from .TP \fB\fIcount\fB\fR The size of the area. .SH "DESCRIPTION" .PP You should not use this function to access IO space, use \fBmemcpy_toio\fR or \fBmemcpy_fromio\fR instead.