Copyright Digital Equipment Corp. All rights reserved.
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);
Arguments Description