"Ralph Krausse" <[EMAIL PROTECTED]> wrote in message
news:20657@palm-dev-forum...
> Is there not a MemCopy function in the API?

The C standard library functions memmove and memcpy are identical except
that the former is guaranteed to work even when the regions overlap and the
latter is not. Palm OS has a single function: MemMove. It DOES handle
overlapping regions. On the other hand, DmWrite isn't documented as working
with overlapping regions, but in fact it uses MemMove, so it does work
today.
--
Danny Epstein
OS Engineer, Palm Inc.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to