跳到主要内容

fwrite

搜索

函数 fwrite 

源代码
pub unsafe extern "C" fn fwrite(
    _Buffer: *const c_void,
    _ElementSize: c_ulonglong,
    _ElementCount: c_ulonglong,
    _Stream: *mut FILE,
) -> c_ulonglong