home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cc-61.0.1 / cc / config / xm-pbd.h < prev    next >
C/C++ Source or Header  |  1991-03-20  |  202b  |  9 lines

  1. /* Host environment for the tti "Unicom" PBB 68020 boards */
  2.  
  3. #include "xm-sparc.h"
  4.  
  5. #define USG
  6. #define bcopy(a,b,c) memcpy (b,a,c)
  7. #define bzero(a,b) memset (a,0,b)
  8. #define bcmp(a,b,c) memcmp (a,b,c)
  9.