Skip to main content

ungetc

Function ungetc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn ungetc(c: c_int, stream: *mut FILE) -> c_int
Expand description

See https://pubs.opengroup.org/onlinepubs/9799919799/functions/ungetc.html.

Push character c back onto stream so it’ll be read next