Name

SEEK_CUR macro — Seek from current file position

Synopsis

int SEEK_CUR
               

Pass SEEK_CUR as the last parameter to fseek to seek from the current file position. Positive offset values seek toward the end of the file, and negative values seek toward the beginning of the file. The SEEK_CUR macro expands to a constant integer.