verify: new macro 'assume'
[gnulib.git] / modules / fseek
1 Description:
2 fseek() function: Reposition a FILE stream.
3
4 Files:
5 lib/fseek.c
6 m4/fseek.m4
7
8 Depends-on:
9 stdio
10 fseeko          [test $REPLACE_FSEEK = 1]
11
12 configure.ac:
13 gl_FUNC_FSEEK
14 if test $REPLACE_FSEEK = 1; then
15   AC_LIBOBJ([fseek])
16 fi
17 gl_STDIO_MODULE_INDICATOR([fseek])
18
19 Makefile.am:
20
21 Include:
22 <stdio.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible
29