Swap bigendian unsigned 32 to platform's native byte order.
Defined in <physfs.h>
PHYSFS_uint32 PHYSFS_swapUBE32(PHYSFS_uint32 val);| PHYSFS_uint32 | val | value to convert. |
(PHYSFS_uint32) Returns converted value.
Take a 32-bit unsigned 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.