ungetc v0.1.0

Source
Puts a character back into the given stream.

Package: C

C reference: ungetc

Signature

func ungetc(ch: int32, stream: *opaque) -> int32;

See also

  • C — the package overview