fseek

Sets the position of the stream.

extern (C) nothrow @nogc extern
int
fseek
(,
ptrdiff_t offset
,
int origin
)

Parameters

stream FILE*

Pointer to a FILE

offset ptrdiff_t

Offset into the stream.

origin int

The origin to seek from.

Return Value

Type: int

0 on success.

Meta