Function xed_sys::xed_strncat

source ·
pub unsafe extern "C" fn xed_strncat(
    dst: *mut c_char,
    src: *const c_char,
    len: c_int
) -> c_int
Expand description

returns the number of bytes remaining for the next use of #xed_strncpy() or #xed_strncat() .