home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume12 / cnews / part01 / libc / stdio.fast / memcpy.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-10-19  |  65 b   |  4 lines

  1. #ifdef BSD
  2. #define memcpy(to, from, n) bcopy(from, to, n)
  3. #endif
  4.