Fix lseek on mingw.
[gnulib.git] / modules / ftello
1 Description:
2 ftello() function: Retrieve the position of a FILE stream.
3
4 Files:
5 lib/ftello.c
6 m4/ftello.m4
7
8 Depends-on:
9 lseek
10 stdio
11
12 configure.ac-early:
13 AC_REQUIRE([AC_FUNC_FSEEKO])
14
15 configure.ac:
16 gl_FUNC_FTELLO
17 gl_STDIO_MODULE_INDICATOR([ftello])
18
19 Makefile.am:
20
21 Include:
22 <stdio.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29