view modules/ftello @ 10264:ebb7ea0c94e8

Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author Ben Pfaff <blp@cs.stanford.edu>
date Sat, 12 Jul 2008 10:41:34 -0700
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