Annotation of GNUtools/cc/config/m68k/xm-plexus.h, revision 1.1

1.1     ! root        1: /* Host environment for 68000's running System V.  */
        !             2: 
        !             3: #include "m68k/xm-m68k.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: 
        !            10: #define rindex strrchr
        !            11: #define index strchr
        !            12: 
        !            13: #ifndef __GNUC__
        !            14: #define USE_C_ALLOCA
        !            15: #endif
        !            16: 
        !            17: #ifndef _SIZE_T_
        !            18: typedef int size_t;
        !            19: #define _SIZE_T_
        !            20: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.