At 6:59 PM -0800 4/2/99, Michael Hutchens wrote:
>Oops. I forgot to include a critical function in my previous question --
>though you might have guessed from the name what it does:
You should use the system mem copy routine, which is actually called
MemMove. It's debugged, optimized so it may be more efficient that the
code you have, and it will handle overlapping source and dest.
Also, "const CharPtr" doesn't do what you expect. It makes the pointer
const, not the thing it points to.
--Bob
- Direct read from data manager structures 2 Michael Hutchens
- Bob Ebert
