Description: ftello() function: Retrieve the position of a FILE stream. Files: lib/ftello.c lib/stdio-impl.h m4/fseeko.m4 m4/ftello.m4 Depends-on: stdio extensions lseek [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1] configure.ac-early: AC_REQUIRE([AC_FUNC_FSEEKO]) configure.ac: gl_FUNC_FTELLO gl_STDIO_MODULE_INDICATOR([ftello]) Makefile.am: Include: License: LGPLv2+ Maintainer: Bruno Haible