summaryrefslogtreecommitdiff
path: root/modules/fseek
blob: 64b9a9a56b85b0159791dde1f7e7bd4de7f7786d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description:
fseek() function: Reposition a FILE stream.

Files:
lib/fseek.c
m4/fseek.m4

Depends-on:
stdio
fseeko          [test $REPLACE_FSEEK = 1]

configure.ac:
gl_FUNC_FSEEK
gl_CONDITIONAL([GL_COND_OBJ_FSEEK], [test $REPLACE_FSEEK = 1])
gl_STDIO_MODULE_INDICATOR([fseek])

Makefile.am:
if GL_COND_OBJ_FSEEK
lib_SOURCES += fseek.c
endif

Include:
<stdio.h>

License:
LGPLv2+

Maintainer:
all