blob: 2dba32d48a05683ff63bc748eea8dfb117c624f0 [file] [log] [blame]
#define __NO_STDIO_INLINES
#include "stdioint.h"
off_t ftell(FILE *f)
{
return f->_io_filepos;
}