[][src]Function xdrfile::c_abi::xdrfile::xdrfile_write_short

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

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

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

\return Number of shorts written