Skip to main content

strchrnul

Function strchrnul 

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