#include long int ftell(FILE *stream) { return stream->position; }