Function physfs_sys::PHYSFS_swapSBE64[][src]

pub unsafe extern "C" fn PHYSFS_swapSBE64(
    val: PHYSFS_sint64
) -> PHYSFS_sint64
Expand description

\fn PHYSFS_sint64 PHYSFS_swapSBE64(PHYSFS_sint64 val) \brief Swap bigendian signed 64 to platform’s native byte order.

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

\param val value to convert \return converted value.

\warning Remember, PHYSFS_sint64 is only 32 bits on platforms without any sort of 64-bit support.