Navigation

Operators and Keywords

Function List:

C++ API

: SEEK_SET ()
: SEEK_CUR ()
: SEEK_END ()

Return the numerical value to pass to fseek to perform one of the following actions:

SEEK_SET

Position file relative to the beginning.

SEEK_CUR

Position file relative to the current position.

SEEK_END

Position file relative to the end.

See also: fseek.

Package: octave