跳到主要内容

strrchr

搜索

函数 strrchr 

源代码
pub unsafe extern "C" fn strrchr(
    _Str: *const c_char,
    _Ch: c_int,
) -> *mut c_char