跳到主要内容

strchr

搜索

函数 strchr 

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