[][src]Function tinyrlibc::strstr

#[no_mangle]
pub unsafe extern "C" fn strstr(
    haystack: *const CChar,
    needle: *const CChar
) -> *const CChar

Rust implementation of C library function strstr