Function physfs_sys::PHYSFS_swapSBE32[][src]

pub unsafe extern "C" fn PHYSFS_swapSBE32(
    val: PHYSFS_sint32
) -> PHYSFS_sint32
Expand description

\fn PHYSFS_sint32 PHYSFS_swapSBE32(PHYSFS_sint32 val) \brief Swap bigendian signed 32 to platform’s native byte order.

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

\param val value to convert \return converted value.