NEWS.stable: log cherry-pick [3180807]->[768eb31] doc/lgpl-2.1.texi
[gnulib.git] / modules / ftello
1 Description:
2 ftello() function: Retrieve the position of a FILE stream.
3
4 Files:
5 lib/ftello.c
6 lib/stdio-impl.h
7 m4/fseeko.m4
8 m4/ftello.m4
9
10 Depends-on:
11 stdio
12 extensions
13 lseek           [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1]
14
15 configure.ac-early:
16 AC_REQUIRE([AC_FUNC_FSEEKO])
17
18 configure.ac:
19 gl_FUNC_FTELLO
20 gl_STDIO_MODULE_INDICATOR([ftello])
21
22 Makefile.am:
23
24 Include:
25 <stdio.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Bruno Haible
32