Hash :
28b78430
Author :
Date :
2011-06-13T17:33:59
ftello: Provide a non-inline replacement of ftell(). * lib/stdio.in.h (ftell): Don't provide if module 'ftell' is not used. * m4/ftell.m4 (gl_FUNC_FTELL): Replace ftell also if the system does not have ftello() (such as on mingw). * modules/ftello (Depends-on): Add ftell. * modules/ftell (License): Change to LGPLv2+.
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:
Bruno Haible