BCOPY
3
2002-12-31
Linux
LINUX Programmer's Manual
bcopy() function copies n bytes from src to dest . The result is correct, even when both areas overlap.
memcpy in new programs. Note that the first two parameters are interchanged for memcpy .
memcpy(3) , memmove(3) , strcpy(3) , strncpy(3) |
||||||||||