Positions the file to the specified byte offset in the file. Equivalent to fseek. Format #include <stdio.h> int fseeko (FILE *file_ptr, off_t offset, int direction);