Merge commit 'stable/20110609'
[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 gl_STDIO_MODULE_INDICATOR([ftell])
16
17 Makefile.am:
18
19 Include:
20 <stdio.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27