Skip to main content

Read2DArray

Function Read2DArray 

Source
pub unsafe extern "C" fn Read2DArray(
    arr: *mut *mut *mut c_void,
    infile: *mut c_char,
    linelen: c_long,
    nlines: c_long,
    tileparams: *mut tileparamT,
    elptrsize: usize,
    elsize: usize,
) -> c_int
Expand description

Reads file of real data of size elsize. Assumes the native byte order of the platform.