tell.c 58 B

1234567
  1. long
  2. tell(f)
  3. {
  4. long lseek();
  5. return lseek(f, 0L, 1);
  6. }