跳到主要内容

strcat

搜索

函数 strcat 

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