ungetc

Function ungetc 

Source
pub fn ungetc<T: AsCStream>(char: u8, stream: T) -> Result<(), ()>
Expand description

Wrapper around libc::ungetc.