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)

Esc or Alt-X to exit memmove Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann