跳到主要内容

fsetpos

搜索

函数 fsetpos 

源代码
pub unsafe extern "C" fn fsetpos(
    _Stream: *mut FILE,
    _Position: *const fpos_t,
) -> c_int