Swap bigendian signed 32 to platform's native byte order.
Defined in <physfs.h>
PHYSFS_sint32 PHYSFS_swapSBE32(PHYSFS_sint32 val);| PHYSFS_sint32 | val | value to convert. |
(PHYSFS_sint32) Returns converted value.
Take a 32-bit signed value in bigendian format and convert it to the platform's native byte order.
It is safe to call this function from any thread.
This function is available since PhysicsFS 1.0.0.