◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <string.h> Syntax: void *memmove( void *dest, void *src, size_t count ); void _far *_fmemmove( void _far *dest, void _far *src, size_t count ); Returns: the value of <dest>. See also: memccpy, memcpy -♦-