[][src]Function drone_core::ffi::libc::strchr

#[no_mangle]
pub unsafe extern "C" fn strchr(s: *const c_char, c: c_int) -> *mut c_char

Returns a pointer to the first occurrence of the character c in the string s.

Safety

This function works with raw pointers.