Function rust_htslib::htslib::hts_readlist [] [src]

pub unsafe extern "C" fn hts_readlist(
    fn_: *const c_char,
    is_file: c_int,
    _n: *mut c_int
) -> *mut *mut c_char

@abstract Parse comma-separated list or read list from a file @param list File name or comma-separated list @param is_file @param _n Size of the output array (number of items read) @return NULL on failure or pointer to newly allocated array of strings