Query: memmove
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MEMMOVE(9) Basic C Library Functions MEMMOVE(9)NAMEmemmove - Copy one area of memory to anotherSYNOPSISvoid * memmove(void * dest, const void * src, size_t count);ARGUMENTSdest Where to copy to src Where to copy from count The size of the area.DESCRIPTIONUnlike memcpy, memmove copes with overlapping areas.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MEMMOVE(9)
| Related Man Pages |
|---|
| memcpy(3) - linux |
| memmove(3) - linux |
| memmove(3) - x11r4 |
| memmove(3) - minix |
| memmove(3) - xfree86 |
| Similar Topics in the Unix Linux Community |
|---|
| q on memmove() |
| Memmove fail on 4 Gb+ raster under RHEL 64 bit |