Function physfs_sys::PHYSFS_swapUBE16[][src]

pub unsafe extern "C" fn PHYSFS_swapUBE16(
    val: PHYSFS_uint16
) -> PHYSFS_uint16
Expand description

\fn PHYSFS_uint16 PHYSFS_swapUBE16(PHYSFS_uint16 val) \brief Swap bigendian unsigned 16 to platform’s native byte order.

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

\param val value to convert \return converted value.