fseek v0.1.0

Source
Sets the file position indicator for the stream.

Package: C

C reference: fseek

Signature

func fseek(stream: *opaque, offset: int64, origin: int32) -> int32;

See also

  • C — the package overview