Skip to content

Commit

Permalink
Initial revision
Browse files Browse the repository at this point in the history
From-SVN: r2
  • Loading branch information
Charles Hannum committed Nov 23, 1988
0 parents commit 6f39d4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gcc/config/m68k/xm-3b1.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#define USG

#include "xm-m68k.h"

#define bcopy(a,b,c) memcpy (b,a,c)
#define bzero(a,b) memset (a,0,b)
#define bcmp(a,b,c) memcmp (a,b,c)

0 comments on commit 6f39d4f

Please sign in to comment.