Skip to main content

strncat

Function strncat 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn strncat( s1: *mut c_char, s2: *const c_char, n: size_t, ) -> *mut c_char
Expand description