Function Reference
— Built-in Function: SEEK_SET ()
— Built-in Function: SEEK_CUR ()
— Built-in Function: SEEK_END ()

Return the value required to request that fseek 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.