slow5_eof_fwrite

Function slow5_eof_fwrite 

Source
pub unsafe extern "C" fn slow5_eof_fwrite(fp: *mut FILE) -> isize
Expand description

Print the binary end of file to a file pointer.

On success, the number of bytes written is returned. On error, -1 is returned.

@param fp output file pointer @return number of bytes written, -1 on error