view modules/ftello @ 10812:a672954bb892

New module 'servent'.
author Bruno Haible <bruno@clisp.org>
date Sun, 16 Nov 2008 05:02:40 +0100
parents 4405a3880f94
children 4263e09100fb
line wrap: on
line source

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

Files:
lib/ftello.c
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