Function physfs_sys::PHYSFS_swapSLE32[][src]

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

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

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

\param val value to convert \return converted value.