fseek v0.1.0
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
Package: C
C reference: fseek
func fseek(stream: *opaque, offset: int64, origin: int32) -> int32;
C — the package overview