Skip to main content

strsep

Function strsep 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn strsep( str_: *mut *mut c_char, sep: *const c_char, ) -> *mut c_char
Expand description