[][src]Function transmission_sys::tr_memmem

pub unsafe extern "C" fn tr_memmem(
    haystack: *const c_char,
    haystack_len: usize,
    needle: *const c_char,
    needle_len: usize
) -> *const c_char

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