Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <strings.h> void bcopy(const void *s1, const void *s2, size_t n); |
Description bcopy()
copies n bytes as of the memory address pointed to by s1 into the memory area
addressed via s2. Overlapping areas are corrected. | |
Notes | Portable applications should use the The two function calls below are virtually equivalent. (Caution: the sequence of the
|
See also |
|