qc.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
fseek, lseek Constants
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Constant:  SEEK_CUR, SEEK_END, SEEK_SET
 
  Context:   fseek, lseek
 
  Synopsis:  The <origin> argument specifies the initial position and
             can be one of the manifest constants shown below:
 
     Constant     Meaning
 
     SEEK_END     End of file
 
     SEEK_CUR     Current position of file pointer
 
     SEEK_SET     Beginning of file