PHYSFS_swapSLE64

Function PHYSFS_swapSLE64 

Source
pub unsafe extern "C" fn PHYSFS_swapSLE64(
    val: PHYSFS_sint64,
) -> PHYSFS_sint64
Expand description

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

Take a 64-bit signed value in littleendian 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.