Tests for module 'strncat'.
[gnulib.git] / modules / ftello
1 Description:
2 ftello() function: Retrieve the position of a FILE stream.
3
4 Files:
5 lib/ftello.c
6 m4/ftello.m4
7
8 Depends-on:
9 extensions
10 lseek
11 stdio
12
13 configure.ac-early:
14 AC_REQUIRE([AC_FUNC_FSEEKO])
15
16 configure.ac:
17 gl_FUNC_FTELLO
18 gl_STDIO_MODULE_INDICATOR([ftello])
19
20 Makefile.am:
21
22 Include:
23 <stdio.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible
30