ftello: Relax license.
[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/ftello.m4
8
9 Depends-on:
10 extensions
11 lseek
12 stdio
13
14 configure.ac-early:
15 AC_REQUIRE([AC_FUNC_FSEEKO])
16
17 configure.ac:
18 gl_FUNC_FTELLO
19 gl_STDIO_MODULE_INDICATOR([ftello])
20
21 Makefile.am:
22
23 Include:
24 <stdio.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Bruno Haible
31