home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / g77-0.5.15-src.tgz / tar.out / fsf / g77 / config / ns32k / xm-genix.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  195b  |  10 lines

  1. /* Config file for ns32k running system V.  */
  2.  
  3. #include "ns32k/xm-ns32k.h"
  4.  
  5. #define USG
  6.  
  7. #define bcopy(a,b,c) memcpy (b,a,c)
  8. #define bzero(a,b) memset (a,0,b)
  9. #define bcmp(a,b,c) memcmp (a,b,c)
  10.