> > 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/
- How "MemMove" is implemented? Chi-Yi Lin
- RE: How "MemMove" is implemented? Nesse, Rustin
- RE: How "MemMove" is implemented? Borislav Kolev
- Re: How "MemMove" is implemented? Aaron Ardiri
- RE: How "MemMove" is implemented? Nesse, Rustin
- RE: How "MemMove" is implemented? krollin
- Re: How "MemMove" is implemented? Philip Sheard
- Re: How "MemMove" is implemented? Philip Sheard
- RE: How "MemMove" is implemented? Nesse, Rustin
- Re: How "MemMove" is implemented? Mark Smith
- RE: How "MemMove" is implemented? Nesse, Rustin
