Skip to main content

CheckParams

Function CheckParams 

Source
pub unsafe extern "C" fn CheckParams(
    infiles: *mut infileT,
    outfiles: *mut outfileT,
    linelen: c_long,
    nlines: c_long,
    params: *mut paramT,
) -> c_int
Expand description

Checks all parameters to make sure they are valid. This is just a boring function with lots of checks in it.