Little-to-Big Endian routines for OSX?
Little-to-Big Endian routines for OSX?
- Subject: Little-to-Big Endian routines for OSX?
- From: email@hidden
- Date: Fri, 29 Jun 2001 16:03:55 -0700
Hi guys,
Is there an efficient method to convert Littlendian to Bigendian for OSX?
Looking through the Apple website there is supposed to be a routine
"EndianSwap16Bit()" which looks useful. However, I can't find the right
include file / or this isn't available in OS X from an driver. I also
tried to make my own but the compiler seemed to ignore the ">>>" unsigned
bitwise-shift operator.
Thanks,
James