[][src]Function xdrfile::c_abi::xdrfile::xdrfile_read_ushort

pub unsafe extern "C" fn xdrfile_read_ushort(
    ptr: *mut c_ushort,
    ndata: c_int,
    xfp: *mut XDRFILE
) -> c_int

\brief Read one or more \a unsigned \a short type variable(s)

\param ptr Pointer to memory where data should be written \param ndata Number of unsigned shorts to read \param xfp Handle to portable binary file, created with xdrfile_open()

\return Number of unsigned shorts read