Hash :
f9e70e3e
Author :
Date :
2008-03-06T19:18:38
Likewise for ftello. * modules/ftello (Dependencies): Add extensions. * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS. Signed-off-by: Eric Blake <ebb9@byu.net>
Description:
ftello() function: Retrieve the position of a FILE stream.
Files:
lib/ftello.c
m4/ftello.m4
Depends-on:
extensions
lseek
stdio
configure.ac-early:
AC_REQUIRE([AC_FUNC_FSEEKO])
configure.ac:
gl_FUNC_FTELLO
gl_STDIO_MODULE_INDICATOR([ftello])
Makefile.am:
Include:
<stdio.h>
License:
LGPL
Maintainer:
Bruno Haible