跳到主要内容

strncpy

搜索

函数 strncpy 

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