stdio: simplify by moving gl_STDIN_LARGE_OFFSET to fseeko, ftello
[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 extensions
12 lseek
13 stdio
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