Search | Google it | Results 1 - 2 of 2 for funcall:memcpy_D2A (0.00 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 */
897: #else 898: memcpy_D2A(void *a1, void *b1, size_t len) 899: #endif