Merge branch 'stable'
[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 fseeko
10 stdio
11
12 configure.ac:
13 gl_FUNC_FSEEK
14 gl_MODULE_INDICATOR([fseek])
15 gl_STDIO_MODULE_INDICATOR([fseek])
16
17 Makefile.am:
18
19 Include:
20 <stdio.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27