[][src]Function tinyrlibc::strchr

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

Rust implementation of C library function strchr