totalordermagl: Add tests.
[gnulib.git] / modules / ftell
blobd9d754d917a69fd384cb19e8667655c3c9524fe1
1 Description:
2 ftell() function: Retrieve the position of a FILE stream.
4 Files:
5 lib/ftell.c
6 m4/ftell.m4
8 Depends-on:
9 stdio
10 errno
11 ftello          [test $REPLACE_FTELL = 1]
13 configure.ac:
14 gl_FUNC_FTELL
15 gl_CONDITIONAL([GL_COND_OBJ_FTELL], [test $REPLACE_FTELL = 1])
16 gl_STDIO_MODULE_INDICATOR([ftell])
18 Makefile.am:
19 if GL_COND_OBJ_FTELL
20 lib_SOURCES += ftell.c
21 endif
23 Include:
24 <stdio.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all