跳到主要内容

fseek

搜索

函数 fseek 

源代码
pub unsafe extern "C" fn fseek(
    _Stream: *mut FILE,
    _Offset: c_long,
    _Origin: c_int,
) -> c_int