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