view modules/fseek @ 17138:42f6597efac3

* lib/regexec.c (re_search_internal): Fix grammar in comment.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 16 Oct 2012 16:01:05 -0700
parents d9e175d5d217
children
line wrap: on
line source

Description:
fseek() function: Reposition a FILE stream.

Files:
lib/fseek.c
m4/fseek.m4

Depends-on:
stdio
fseeko          [test $REPLACE_FSEEK = 1]

configure.ac:
gl_FUNC_FSEEK
if test $REPLACE_FSEEK = 1; then
  AC_LIBOBJ([fseek])
fi
gl_STDIO_MODULE_INDICATOR([fseek])

Makefile.am:

Include:
<stdio.h>

License:
LGPLv2+

Maintainer:
Bruno Haible