Skip to main content

strncat

Function strncat 

Source
pub unsafe extern "C" fn strncat(
    arg1: *mut u8,
    arg2: *const u8,
    arg3: u32,
) -> *mut u8