Function sgx_ffi::memchr::memchr

source ·
pub fn memchr(needle: u8, haystack: &[u8]) -> Option<usize>
Expand description

A safe interface to memchr.