> > I need to know how the function "MemMove" is actually implemented. 

>   chances are - its just a while loop with something like the following:
> 
>    *dst++ = *src++;

There is more to it than that - it is always non-destructive.
 
>   best way to understand the code, is to get it. :P

And of course one can read the manuals.


-- 
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