Garry302
0
Q:

bcopy

       #include <strings.h>

       void bcopy(const void *src, void *dest, size_t n);
0
       The bcopy() function copies n bytes from src to dest.  The result is
       correct, even when both areas overlap.
0

New to Communities?

Join the community