fwrite v0.1.0

Source
Writes count objects of the given size from a buffer to the stream.

Package: C

C reference: fwrite

Signature

func fwrite(buffer: *opaque, size: uint, count: uint, stream: *opaque) -> uint;

See also

  • C — the package overview