On Fri, Sep 11, 2009 at 6:23 PM, Nick Kledzik <kledzik at apple.com> wrote: > +// > +// extern uint32_t __bswapsi2(uint32_t); > +// > +// Reverse all the bits in a 32-bit integer. > +// bits -> bytes I presume. - Daniel