#include <stdio.h>
long int ftell(FILE *stream);
Returns the current file position of the given stream.