Function physfs_sys::PHYSFS_swapUBE32[][src]

pub unsafe extern "C" fn PHYSFS_swapUBE32(
    val: PHYSFS_uint32
) -> PHYSFS_uint32
Expand description

\fn PHYSFS_uint32 PHYSFS_swapUBE32(PHYSFS_uint32 val) \brief Swap bigendian unsigned 32 to platform’s native byte order.

Take a 32-bit unsigned value in bigendian format and convert it to the platform’s native byte order.

\param val value to convert \return converted value.