view modules/ftell @ 14915:64c288a5020b

ftello: Provide a non-inline replacement of ftell(). * lib/stdio.in.h (ftell): Don't provide if module 'ftell' is not used. * m4/ftell.m4 (gl_FUNC_FTELL): Replace ftell also if the system does not have ftello() (such as on mingw). * modules/ftello (Depends-on): Add ftell. * modules/ftell (License): Change to LGPLv2+.
author Bruno Haible <bruno@clisp.org>
date Mon, 13 Jun 2011 17:33:59 +0200
parents ef09e997c426
children 1f14c6dd175d
line wrap: on
line source

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
if test $REPLACE_FTELL = 1; then
  AC_LIBOBJ([ftell])
fi
gl_STDIO_MODULE_INDICATOR([ftell])

Makefile.am:

Include:
<stdio.h>

License:
LGPLv2+

Maintainer:
Bruno Haible