Function tinyrlibc::strchr

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

Rust implementation of C library function strchr