warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
File Seek Whence
note
These definitions are used by fseek.
Definition | Description |
---|---|
seek_start | Set the file position relative to the start of the file (the position parameter must be positive). |
seek_current | Set the file position relative to the current file position: the position parameter is added to the current position. |
seek_end | Set the file position relative to the end of the file (parameter position must be zero or negative). |