Online HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens
void *memmove( void *dest, const void *src, size_t n )
- prototype in string.h, mem.h
- copies n bytes from src to dest; returns dest
- allows copying overlapped strings (ANSI)
[helppc.bosbyte.nl] memmove