Function libc::strchr [] [src]

pub unsafe extern fn strchr(cs: *const c_char, c: c_int) -> *mut c_char
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io