suse man page for memmove

Query: memmove

OS: suse

Section: 9

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

MEMMOVE(9)						     Basic C Library Functions							MEMMOVE(9)

NAME
memmove - Copy one area of memory to another
SYNOPSIS
void * memmove(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
Unlike memcpy, memmove copes with overlapping areas.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 MEMMOVE(9)
Related Man Pages
memmove(3) - centos
memmove(3) - opendarwin
memmove(3) - xfree86
memmove(3) - plan9
memmove(3) - bsd
Similar Topics in the Unix Linux Community
q on memmove()
Memmove fail on 4 Gb+ raster under RHEL 64 bit