New module 'ftell'.
[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 ftello
10 stdio
11
12 configure.ac:
13 gl_FUNC_FTELL
14 gl_STDIO_MODULE_INDICATOR([ftell])
15
16 Makefile.am:
17
18 Include:
19 <stdio.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 Bruno Haible
26