> Since the loop copies data pointer by pointer, it can handle the case of overlapping data.
I don't think this loop does the right thing if destination points somewhere into source. It will start overwriting the non-copied parts of source.
> Since the loop copies data pointer by pointer, it can handle the case of overlapping data.
I don't think this loop does the right thing if destination points somewhere into source. It will start overwriting the non-copied parts of source.