Mercurial > hg > octave-kai > gnulib-hg
view modules/ftello @ 14401:b0fdfaeb0a77
stdio: simplify by moving gl_STDIN_LARGE_OFFSET to fseeko, ftello
* m4/fseeko.m4 (gl_STDIN_LARGE_OFFSET): Moved here, from ...
* m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): ... here, because
* modules/ftello (Files): Add m4/fseeko.m4, for gl_STDIN_LARGE_OFFSET.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 28 Feb 2011 15:10:55 -0800 |
parents | e3a337bd785d |
children | efab6978105e |
line wrap: on
line source
Description: ftello() function: Retrieve the position of a FILE stream. Files: lib/ftello.c lib/stdio-impl.h m4/fseeko.m4 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