MemMove is just like memmove. It differs from memcpy in that the source and destination are allowed to overlap. If they do, the source will not be unchanged after the move. If they are disjoint, then there is no difference between MemMove and memcpy: the source will not change.
-bob mckenzie, palmsource pdx. -----Original Message----- From: Brad Figler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 7:22 PM To: Palm Developer Forum Subject: MemMove Clarification Is MemMove comparable to memcpy()? Is the source still valid after a MemMove? Thanks, Brad -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
