summaryrefslogtreecommitdiff
path: root/modules/ftello
blob: 99c70972ba2c29134cd9de19c1528a9cd0e81c6d (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
30
31
Description:
ftello() function: Retrieve the position of a FILE stream.

Files:
lib/ftello.c
lib/stdio-impl.h
m4/ftello.m4

Depends-on:
extensions
lseek
stdio

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

configure.ac:
gl_FUNC_FTELLO
gl_STDIO_MODULE_INDICATOR([ftello])

Makefile.am:

Include:
<stdio.h>

License:
LGPLv2+

Maintainer:
Bruno Haible