![]() -> Click here to learn how to get live help <- |
MEMMOVEIndexNAMEmemmove - copy memory areaSYNOPSIS#include <string.h> void *memmove(void *dest, const void *src, size_t n); DESCRIPTIONThe fBmemmove()fP function copies fInfP bytes from memory area fIsrcfP to memory area fIdestfP. The memory areas may overlap.RETURN VALUEThe fBmemmove()fP function returns a pointer to fIdestfP.CONFORMING TOSVID 3, BSD 4.3, ISO 9899SEE ALSObcopy(3), memccpy(3), memcpy(3), strcpy(3), strncpy(3), wmemmove(3)
Index |