跳到主要内容

strcat_s

搜索

函数 strcat_s 

源代码
pub unsafe extern "C" fn strcat_s(
    _Destination: *mut c_char,
    _SizeInBytes: rsize_t,
    _Source: *const c_char,
) -> errno_t