ARCH_SETUP_DARWIN_H

This commit is contained in:
Glenn Maynard
2004-08-19 05:58:29 +00:00
parent 2d1f89bfad
commit 6fc52719cc
@@ -1,3 +1,6 @@
#ifndef ARCH_SETUP_DARWIN_H
#define ARCH_SETUP_DARWIN_H
typedef unsigned char UInt8;
typedef unsigned short UInt16;
typedef unsigned long UInt32;
@@ -31,6 +34,8 @@ typedef unsigned long long UInt64;
#define HAVE_BYTE_SWAPS
extern "C" long long llabs(long long i);
#endif
/*
* (c) 2003-2004 Steve Checkoway
* All rights reserved.