> > The memcpy() can handle alignment nicely.
> 
> Not always. I tried. :(

How that could be possible? The memcpy() just does byte-by-byte
copy. It does not care anything about the alignment of source
or dest. How can it fail?

Hong

Reply via email to