Name

SEEK_SET macro — Seek from beginning of file

Synopsis

int SEEK_SET
               

Pass SEEK_SET as the last parameter to fseek to seek from the start of the file. Positive offset values seek toward the end of the file. The SEEK_SET macro expands to a constant integer.