跳到主要内容

strstr

搜索

函数 strstr 

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