Skip to main content

Set2DShortArray

Function Set2DShortArray 

Source
pub unsafe extern "C" fn Set2DShortArray(
    arr: *mut *mut c_short,
    nrow: c_long,
    ncol: c_long,
    value: c_long,
) -> c_int
Expand description

Sets all entries of a 2D array of shorts to the given value. Assumes that memory is already allocated.