putc v0.1.0

Source
Writes a character to the given stream.

Package: C

C reference: putc

Signature

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

See also

  • C — the package overview