#include <io.h> off_t tell(int file);
This function returns the location of the file pointer for file.
The file pointer, or -1 on error.
not ANSI, not POSIX
off_t q = tell(fd);
Go to the first, previous, next, last section, table of contents.