Skip to main content

strlcpy

Function strlcpy 

Source
pub unsafe extern "C" fn strlcpy(
    dst: *mut c_char,
    src: *const c_char,
    siz: size_t,
) -> size_t