home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cplusplus-8 / config / xm-tower.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-02  |  161 b   |  9 lines

  1. #include "xm-m68k.h"
  2.  
  3. #define USG
  4. #define HAVE_VPRINTF
  5.  
  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.