#include <stdio.h>
int fseek{
  FILE *fp,
  long offset,
  int origin
};