Skip to main content

memrchr

Function memrchr 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn memrchr( haystack: *const c_void, needle: c_int, len: size_t, ) -> *mut c_void
Expand description