跳到主要内容

freopen

搜索

函数 freopen 

源代码
pub unsafe extern "C" fn freopen(
    _FileName: *const c_char,
    _Mode: *const c_char,
    _Stream: *mut FILE,
) -> *mut FILE