The standard library function int fseek(FILE *fp, long offset, int origin) is identical to lseek except that f p is a file pointer instead of a file descriptor and the return value is an int status, not a position. Write f seek. Make sure that your fseek coordinates properly with the buffering done for the other functions of the library.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.