Function physfs_sys::PHYSFS_swapSBE16[][src]

pub unsafe extern "C" fn PHYSFS_swapSBE16(
    val: PHYSFS_sint16
) -> PHYSFS_sint16
Expand description

\fn PHYSFS_sint16 PHYSFS_swapSBE16(PHYSFS_sint16 val) \brief Swap bigendian signed 16 to platform’s native byte order.

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

\param val value to convert \return converted value.