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