intprops: new macro INT_PROMOTE
[gnulib.git] / modules / fseek
blob8b2af1645d5e2c48673c256f6107d1a072cbcb2d
1 Description:
2 fseek() function: Reposition a FILE stream.
4 Files:
5 lib/fseek.c
6 m4/fseek.m4
8 Depends-on:
9 stdio-h
10 fseeko          [test $REPLACE_FSEEK = 1]
12 configure.ac:
13 gl_FUNC_FSEEK
14 gl_CONDITIONAL([GL_COND_OBJ_FSEEK], [test $REPLACE_FSEEK = 1])
15 gl_STDIO_MODULE_INDICATOR([fseek])
17 Makefile.am:
18 if GL_COND_OBJ_FSEEK
19 lib_SOURCES += fseek.c
20 endif
22 Include:
23 <stdio.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all