rust_htslib::htslib

Function __strtok_r

Source
pub unsafe extern "C" fn __strtok_r(
    __s: *mut i8,
    __delim: *const i8,
    __save_ptr: *mut *mut i8,
) -> *mut i8