verify: new macro 'assume'
[gnulib.git] / modules / ftell
1 Description:
2 ftell() function: Retrieve the position of a FILE stream.
3
4 Files:
5 lib/ftell.c
6 m4/ftell.m4
7
8 Depends-on:
9 stdio
10 errno
11 ftello          [test $REPLACE_FTELL = 1]
12
13 configure.ac:
14 gl_FUNC_FTELL
15 if test $REPLACE_FTELL = 1; then
16   AC_LIBOBJ([ftell])
17 fi
18 gl_STDIO_MODULE_INDICATOR([ftell])
19
20 Makefile.am:
21
22 Include:
23 <stdio.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Bruno Haible
30