view modules/ftello @ 13294:4263e09100fb

ftell, ftello: Work around Solaris bug.
author Bruno Haible <bruno@clisp.org>
date Sat, 01 May 2010 20:32:26 +0200
parents 4405a3880f94
children e3a337bd785d
line wrap: on
line source

Description:
ftello() function: Retrieve the position of a FILE stream.

Files:
lib/ftello.c
lib/stdio-impl.h
m4/ftello.m4

Depends-on:
extensions
lseek
stdio

configure.ac-early:
AC_REQUIRE([AC_FUNC_FSEEKO])

configure.ac:
gl_FUNC_FTELLO
gl_STDIO_MODULE_INDICATOR([ftello])

Makefile.am:

Include:
<stdio.h>

License:
LGPL

Maintainer:
Bruno Haible