slow5_close

Function slow5_close 

Source
pub unsafe extern "C" fn slow5_close(s5p: *mut slow5_file_t) -> c_int
Expand description

Close a slow5 file and free its memory. If the file had been opened for writing or appending, EOF marker will be written

@param s5p slow5 file structure @return same as fclose()