Bcopy
The bcopy() function copies n bytes from src to dest. The result is
correct, even when both areas overlap.
Distinct Dog
The bcopy() function copies n bytes from src to dest. The result is
correct, even when both areas overlap.