Skip to main content

strnlen

Function strnlen 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn strnlen( s: *const c_char, size: size_t, ) -> size_t
Expand description