git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / ftello
blob4ba80e3c77e8dec08bc0215bc33950e251cefeda
1 Description:
2 ftello() function: Retrieve the position of a FILE stream.
4 Files:
5 lib/ftello.c
6 lib/stdio-impl.h
7 m4/ftello.m4
9 Depends-on:
10 extensions
11 lseek
12 stdio
14 configure.ac-early:
15 AC_REQUIRE([AC_FUNC_FSEEKO])
17 configure.ac:
18 gl_FUNC_FTELLO
19 gl_STDIO_MODULE_INDICATOR([ftello])
21 Makefile.am:
23 Include:
24 <stdio.h>
26 License:
27 LGPL
29 Maintainer:
30 Bruno Haible