[][src]Function transmission_sys::tr_strsep

pub unsafe extern "C" fn tr_strsep(
    str: *mut *mut c_char,
    delim: *const c_char
) -> *mut c_char

@brief Portability wrapper for strsep() that uses the system implementation if available