Function strchr

Source
pub unsafe extern "C" fn strchr(
    __s: *mut c_char,
    __c: c_int,
) -> *mut c_char