void byte_copy(void *to, unsigned long n, const void *from) /*EXTRACT_INCL*/ { char *d=(char*)to; char *s=(char*)from; unsigned long k=0; for (; k