pub unsafe extern "C" fn CheckParams(
infiles: *mut infileT,
outfiles: *mut outfileT,
linelen: c_long,
nlines: c_long,
params: *mut paramT,
) -> c_intExpand description
Checks all parameters to make sure they are valid. This is just a boring function with lots of checks in it.