blob: 2f86fd2e2163d1602e34250a5c0db0377ac20651 [file] [log] [blame]
Description:
ftell() function: Retrieve the position of a FILE stream.
Files:
lib/ftell.c
m4/ftell.m4
Depends-on:
stdio
errno
ftello [test $REPLACE_FTELL = 1]
configure.ac:
gl_FUNC_FTELL
if test $REPLACE_FTELL = 1; then
AC_LIBOBJ([ftell])
fi
gl_STDIO_MODULE_INDICATOR([ftell])
Makefile.am:
Include:
<stdio.h>
License:
LGPLv2+
Maintainer:
all