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
intprops: new macro INT_PROMOTE
[gnulib.git]
/
modules
/
fseek
blob
8b2af1645d5e2c48673c256f6107d1a072cbcb2d
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-h
10
fseeko [test $REPLACE_FSEEK = 1]
11
12
configure.ac:
13
gl_FUNC_FSEEK
14
gl_CONDITIONAL([GL_COND_OBJ_FSEEK], [test $REPLACE_FSEEK = 1])
15
gl_STDIO_MODULE_INDICATOR([fseek])
16
17
Makefile.am:
18
if GL_COND_OBJ_FSEEK
19
lib_SOURCES += fseek.c
20
endif
21
22
Include:
23
<stdio.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all