master
1#include <stdio.h>
2
3_off_t ftello(FILE * stream){
4  return (_off_t) ftello64(stream);
5}