summaryrefslogtreecommitdiff
path: root/modules/ftell
blob: cc95d169f002a05c72d51e9d039341c10030a47b (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
Description:
ftell() function: Retrieve the position of a FILE stream.

Files:
lib/ftell.c
m4/ftell.m4

Depends-on:
stdio
errno
ftello          [test $REPLACE_FTELL = 1]

configure.ac:
gl_FUNC_FTELL
gl_STDIO_MODULE_INDICATOR([ftell])

Makefile.am:

Include:
<stdio.h>

License:
LGPL

Maintainer:
Bruno Haible