跳到主要内容

ungetc

搜索

函数 ungetc 

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