summaryrefslogtreecommitdiff
path: root/modules/fseeko
blob: eb109011edc1a45dbe8ba9b7cb36d5b90e685c86 (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:
fseeko() function: Reposition a FILE stream.

Files:
lib/fseeko.c
m4/fseeko.m4

Depends-on:
lseek
stdio

configure.ac-early:
AC_REQUIRE([AC_FUNC_FSEEKO])

configure.ac:
gl_FUNC_FSEEKO
gl_STDIO_MODULE_INDICATOR([fseeko])

Makefile.am:

Include:
<stdio.h>

License:
LGPLv2+

Maintainer:
Bruno Haible