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
tests: fix 'invalid path dir' error
[gnulib.git]
/
modules
/
ftell
blob
2f86fd2e2163d1602e34250a5c0db0377ac20651
1
Description:
2
ftell() function: Retrieve the position of a FILE stream.
3
4
Files:
5
lib/ftell.c
6
m4/ftell.m4
7
8
Depends-on:
9
stdio
10
errno
11
ftello [test $REPLACE_FTELL = 1]
12
13
configure.ac:
14
gl_FUNC_FTELL
15
if test $REPLACE_FTELL = 1; then
16
AC_LIBOBJ([ftell])
17
fi
18
gl_STDIO_MODULE_INDICATOR([ftell])
19
20
Makefile.am:
21
22
Include:
23
<stdio.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all