跳到主要内容

strtok

搜索

函数 strtok 

源代码
pub unsafe extern "C" fn strtok(
    _String: *mut c_char,
    _Delimiter: *const c_char,
) -> *mut c_char