fsetpos v0.1.0

Source
Sets the file position of the stream to the given position.

Package: C

C reference: fsetpos

Signature

func fsetpos(stream: *opaque, pos: *opaque) -> int32;

See also

  • C — the package overview