suse man page for memcpy

Query: memcpy

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MEMCPY(9)						     Basic C Library Functions							 MEMCPY(9)

NAME
memcpy - Copy one area of memory to another
SYNOPSIS
void * memcpy(void * dest, const void * src, size_t count);
ARGUMENTS
dest Where to copy to src Where to copy from count The size of the area.
DESCRIPTION
You should not use this function to access IO space, use memcpy_toio or memcpy_fromio instead.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 MEMCPY(9)
Related Man Pages
memcpy(3p) - centos
memcpy(3) - centos
memcpy(3) - opendarwin
memcpy(3) - v7
memcpy(3) - plan9
Similar Topics in the Unix Linux Community
memcpy segfaults, but not in windows
Problem with memcpy
Segmentation Fault by memcpy
memcpy error
Undefined reference to memcpy@GLIBC_2.14