Function physfs_sys::PHYSFS_swapULE64[][src]

pub unsafe extern "C" fn PHYSFS_swapULE64(
    val: PHYSFS_uint64
) -> PHYSFS_uint64
Expand description

\fn PHYSFS_uint64 PHYSFS_swapULE64(PHYSFS_uint64 val) \brief Swap littleendian unsigned 64 to platform’s native byte order.

Take a 64-bit unsigned 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_uint64 is only 32 bits on platforms without any sort of 64-bit support.