Use this function to swap the byte order of a big-endian floating point value to native ordering.
float SDL_SwapFloatBE(float x)
x
the value to be swapped
Returns the native floating point value.
CategoryAPI, CategoryEndian