Another fseek test.
[gnulib.git] / modules / fseeko
1 Description:
2 fseeko() function: Reposition a FILE stream.
3
4 Files:
5 lib/fseeko.c
6 m4/fseeko.m4
7
8 Depends-on:
9 lseek
10 stdio
11 verify
12
13 configure.ac-early:
14 AC_REQUIRE([AC_FUNC_FSEEKO])
15
16 configure.ac:
17 gl_FUNC_FSEEKO
18 gl_STDIO_MODULE_INDICATOR([fseeko])
19
20 Makefile.am:
21
22 Include:
23 <stdio.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Bruno Haible
30