bcopy(s, d, n) char *s, *d; int n; { memmove(d, s, n); }