跳到主要内容

strcpy

搜索

函数 strcpy 

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