repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git]
/
modules
/
fseek
blob
9a90ac29dd8e803dfa49b8931804159ac38bffbc
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
all