view modules/ftello @ 13591:e3a337bd785d

ftello: Relax license.
author Bruno Haible <bruno@clisp.org>
date Sat, 28 Aug 2010 15:29:52 +0200
parents 4263e09100fb
children b0fdfaeb0a77
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:
LGPLv2+

Maintainer:
Bruno Haible