Skip to main content

memchr

Function memchr 

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