Search | Google it | Results 1 - 1 of 1 for fundef:Bcopy (0.01 seconds) |
487: extern void memcpy_D2A ANSI((void*, const void*, size_t)); 488: #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int)) 489: #else /* !NO_STRING_H */ 490: #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int)) 491: #endif /* NO_STRING_H */