Copyright Digital Equipment Corp. All rights reserved.
Positions the file to the specified byte offset in the file.
Format
#include <stdio.h>
int fseek (FILE *file_ptr, long int offset, int direction);
Arguments Description Return_Values