跳到主要内容

fputc

搜索

函数 fputc 

源代码
pub unsafe extern "C" fn fputc(
    _Character: c_int,
    _Stream: *mut FILE,
) -> c_int