Skip to content
Snippets Groups Projects
Commit a1c19ad2 authored by mycroft's avatar mycroft
Browse files

Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2 138bc75d-0d04-0410-961f-82ee72b054a4
parent 3cf0d893
No related merge requests found
#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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment