File Positioning Functions
fgetpos
get value of file position indicator
fseek
places the file pointer at a specified character offset relative to the beginning of the file, the end of the file or the current location in the file
fsetpos
set file position indicator
ftell
returns the current character offset from the beginning of the file to the current location within the file
rewind
places you at the beginning of the file